sumall
.sumall from:{Iterable<Any>} -> NumberContent copied to clipboard
Return
the sum of all elements in the collection. If an element is not numeric it is ignored.
Parameters
from
numeric collection to sum
Chaining
This function is designed to be chained with other function calls:Iterable<Any>::sumall -> NumberContent copied to clipboard