Join Slack
Powered by
the basic problem is this: when you have `List<...
# announcements
k
kirillrakhman
06/10/2016, 1:03 PM
the basic problem is this: when you have
List<Foo?>
you can't convert it to
List<Foo>
in a type-safe way without expensive operations
Open in Slack
Previous
Next