it's especially annoying when you have nested gene...
# language-proposals
k
it's especially annoying when you have nested generics. there's no way to turn
List<T?>?
into
List<T>
without casting or doing expensive operations like
filterNotNull