also implementing generics in the runtime when typ...
# announcements
m
also implementing generics in the runtime when types are not erased is a lot more complex. in practice you need to "re-erase" types at a lower level to avoid an explosion of generated machine code that is actually identical.