This RFC adds generic type syntax to PHP. Classes, interfaces, traits,
functions, methods, closures, and arrow functions can declare type
parameters; those para...
Introduce bound-erased generics as outlined in the RFC?
Variance marker syntax
in T / out T (C#, Kotlin)
+T / -T (Hack, Scala)
2 Votes (8%)
in T / out T (C#, Kotlin)
24 Votes (92%)