Output a single thing which is the highest of all values.
pipe( itr8FromArray([ 1, 2, 7, 4 ]), total(), // => [ 7 ] );
Generated using TypeDoc
Output a single thing which is the highest of all values.
Example