I'm not quite sure that's right, I've been reading...
# announcements
r
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.