- Preparing search index...
- The search index is not available
atomic-fns
- ifilter<T>(iterable: Iterable<T>, predicate: Predicate<T, boolean>): Generator<T, void, unknown>
-
Parameters
-
iterable: Iterable<T>
-
predicate: Predicate<T, boolean>
Returns Generator<T, void, unknown>
Iterates over elements of collection, producing only those elements where predicate returns a
truthy
value.