nonNulls method
Returns an Iter over the non-null elements of this iterator.
Implementation
Iter<T> nonNulls() =>
Iter.fromIterable(NullableIterableExtensions(this).nonNulls);
Returns an Iter over the non-null elements of this iterator.
Iter<T> nonNulls() =>
Iter.fromIterable(NullableIterableExtensions(this).nonNulls);