Compute the sum of the given numbers by applying the given iteratee on every item. The result of the iteratee function is then added to the sum.
Type of the numbers elements.
numbers
The iteratee invoked per item.
Rest
The numbers to sum.
The sum of the numbers.
Generated using TypeDoc
Compute the sum of the given numbers by applying the given iteratee on every item. The result of the iteratee function is then added to the sum.