I wonder if this could be helpful in implementing Generic Classes? https://wiki.php.net/rfc/generics
Interface Boxable {...}
class Box<T is Boxable> {...}
Taken from the RFC ^
Best,
Richard Miles
I wonder if this could be helpful in implementing Generic Classes? https://wiki.php.net/rfc/generics
Interface Boxable {...}
class Box<T is Boxable> {...}
Taken from the RFC ^
Best,
Richard Miles