Join Slack
Powered by
How can I specify that my type parameter must be n...
# getting-started
m
miha-x64
02/15/2017, 10:44 AM
How can I specify that my type parameter must be nullable, e. g.
Something<T>
may have function
fun get(): T = null
?
Open in Slack
Previous
Next