<@U0BAA9MD5>: you can think of the `T::class` synt...
# reflect
u
@desseim: you can think of the
T::class
syntax (where T is a type parameter) as "take the class out of the T's type", which is slightly different than
C::class
(where C is a class) which means "take the class C", hence the difference in semantics