christophsturm
inline fun <reified C> name() = C::class.simpleName name<Collection<String>>()
Joffrey
C::class
KClass
KType
C
typeOf<C>()
ephemient
KType.toString()
kotlin.collections.Collection<kotlin.String>
A modern programming language that makes developers happier.