Is there any case where `Sequence<T?>.filter...
# announcements
j
Is there any case where
Sequence<T?>.filterNotNull()
would not contain the entire sequence? Are they not always terminated by the first null?