Const
Returns the sum of all numbers in the input iterable.
The sum of all values in the iterable
G.pipe( [1, 2, 3, 4, 5], G.sum) // 15 Copy
G.pipe( [1, 2, 3, 4, 5], G.sum) // 15
Returns the sum of all numbers in the input iterable.