ExtItNum<T extends num> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
max(
) → T -
Available on Iterable<
Returns the maximum value in the iterable.T> , provided by the ExtItNum extension -
min(
) → T -
Available on Iterable<
Returns the minimum value in the iterable.T> , provided by the ExtItNum extension -
sum(
) → num -
Available on Iterable<
Returns the sum of all elements in the iterable.T> , provided by the ExtItNum extension