<@U32TSCHGB> there is no way to do that with gener...
# getting-started
a
@david.bilik there is no way to do that with generics. You could store a
KClass<T>
inside your
Loaded<T>
to know what type it contains, but you still need to cast it anyway