`reified` means that you can use `T` as a type dir...
# getting-started
e
reified
means that you can use
T
as a type directly, for example, call
::class
on it (I'm not sure this is exact implementation, though) And
inline
because you can't use
reified
without
inline