Output a single thing containing the sum of all values.
pipe( itr8FromArray([ 1, 2, 3, 4 ]), total(), // => [ 10 ] );
Generated using TypeDoc
Output a single thing containing the sum of all values.
Example