Join Slack
Powered by
If you want `T` to be non-nullable, then you need ...
# getting-started
s
salomonbrys
10/07/2015, 12:52 PM
If you want
T
to be non-nullable, then you need to explicitely define it :
class MyClass<T : Any>
Open in Slack
Previous
Next