IterableCountBy<T> extension
Count occurrences of each element.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
countBy(
) → Map< T, int> -
Available on Iterable<
Map of element to occurrence count.T> , provided by the IterableCountBy extension