GeneralIterableExtensions<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
leastOccurrences(
) → (T, int)? -
Available on Iterable<
Find the most common value in the list.T> , provided by the GeneralIterableExtensions extension -
mostOccurrences(
) → (T, int)? -
Available on Iterable<
Finds the most common value in the list.T> , provided by the GeneralIterableExtensions extension