1. If something is a type parameter, it will quite...
# announcements
d
1. If something is a type parameter, it will quite likely involve heap allocation for related data. E.g.,
List<Double>
is compiled to a
List<java.lang.Double>