right, constructors and `init` blocks can’t make u...
# getting-started
s
right, constructors and
init
blocks can’t make use of
reified
- it only works with
inline
functions because the compiler can perform a bit of magic at the call site to replace instances of
T
with the actual class you want to make use of