Join Slack
Powered by
<@U1BSC81K9> if you want non-null, use `<T : An...
# announcements
c
cypher121
09/17/2016, 8:17 AM
@vach
if you want non-null, use
<T : Any>
. as it is, T is only bounded by
Any?
and so could be either nullable or non-nullable
👍 2
3
Views
Open in Slack
Previous
Next