sumall

.sumall from:{Iterable<Any>} -> Number

Return

the sum of all elements in the collection. If an element is not numeric it is ignored.

Parameters

from

numeric collection to sum