but what should be the key type for the map ?
# announcements
d
but what should be the key type for the map ?
n
KClass<T> ?
d
@Nicolas Chaduc the map is a class property that is not generic I tried with Figure::class, but sounds like I cannot get from the map using T
n
but T is not generic, T inherit of figure with
<reified T: Figure>