Returns the maximum out of data without pre-filtering for speed.
data
For most uses, max should suffice.
Numbers.minFast([ 10, 0, 100 ]); // 0 Copy
Numbers.minFast([ 10, 0, 100 ]); // 0
Maximum
Returns the maximum out of
data
without pre-filtering for speed.For most uses, max should suffice.