iterable/iterable_extensions library
Extensions
-
GeneralIterableExtensions
on Iterable<
T> - General-purpose aggregation, windowing, and frequency helpers for iterables.
Typedefs
-
ElementPredicate<
T> = bool Function(T element) -
A function that tests whether an element of type
Tsatisfies a condition.