Join Slack
Communities
Powered by
right, constructors and `init` blocks can’t make u...
# getting-started
s
Shawn
03/01/2018, 6:13 PM
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
Open in Slack
Previous
Next