iterable/iterable_extensions library

Typedefs

ElementPredicate<T> = bool Function(T element)
A function that tests whether an element of type T satisfies a condition.