IterableIntegerExtension extension

on Iterable<int>

*<Null safety>*

Properties

average → double

The arithmetic mean of the elements of a non-empty iterable. ...
read-only

sum → int

The sum of the elements. ...
read-only