Element type produced by the source iterable.
Narrowed element type when pred acts as a type guard.
Predicate invoked with each element and its index to determine inclusion.
A transformer that yields every element for which pred returns a truthy value.
Filters items from a source iterable using a predicate, optionally narrowing the element type.
Element type produced by the source iterable.
Predicate invoked with each element and its index to determine inclusion.
A transformer that yields every element for which pred returns a truthy value.
Filters items from a source iterable using a predicate, optionally narrowing the element type.