Join Slack
Powered by
That got me thinking. You can define `<T : Any&...
# getting-started
r
Ruckus
03/31/2017, 6:24 PM
That got me thinking. You can define
<T : Any>
to ensure it's not nullable, but is there a way to ensure it is always nullable? Or do you just use
T?
everywhere in the class?
Open in Slack
Previous
Next