and note: `fullType<T>()` works when the co...
# reflect
a
and note:
fullType<T>()
works when the compiler can see generic type, which is from declarations not from instance. although the instance if declared within scope with generics then it can know the info for generics.