I'm trying to implement the typesafe heterogenous ...
# getting-started
t
I'm trying to implement the typesafe heterogenous container from Effective Java in Kotlin. The java implementation makes use of the type Class<?>. How do I represent this type in Kotlin?