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