IterableFilter<T> typedef

IterableFilter<T> = Iterable<T> Function(Iterable<T> input)

Signature for callbacks that filter an iterable.

Implementation

typedef IterableFilter<T> = Iterable<T> Function(Iterable<T> input);