sumWith
Returns the sum of all elements in the iterable in provided space.
Receiver
the collection to sum up.
Return
the sum.
Parameters
group
the algebra that provides addition.
Returns the sum of all elements in the sequence in provided space.
Receiver
the collection to sum up.
Return
the sum.
Parameters
group
the algebra that provides addition.