5 ms·
That seems more like type erasure as defined in Java where the container is the same for all data types and the compiler implicitly inserts casts from the base
by pfultz2 5y ago
That seems more like type erasure as defined in Java where the container is the same for all data types and the compiler implicitly inserts casts from the base type to the parameter type.