Hi, can I use `list.filterIsInstance()` to remove ...
# announcements
r
Hi, can I use
list.filterIsInstance()
to remove all
null
instances and cast a
List<T?>
to
List<T>
, or is there another way of doing that?