the basic problem is this: when you have `List<...
# announcements
k
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