Join Slack
Powered by
I'm not quite sure that's right, I've been reading...
# announcements
r
ravna
06/07/2016, 3:40 PM
I'm not quite sure that's right, I've been reading up on it, and as I understand it
<T : Any>
is bound to be non-nullable, while
<T>
is not. Therefore transforming
List<T?>
to `List<T>`only makes sense if
<T : Any>
. please correct me if I'm wrong.
Open in Slack
Previous
Next