Check if an array can store floats
Turn an array into chunks of n-size
An iterator to iterate an array in random order with controls to requeue or dequeue elements during the iteration
Generates an array of consecutive integers starting at 0
Compare alphanumeric strings the same way a human would, using a natural order algorithm
Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates
**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)
Convert an S2 geolocation vector into a numeric array with a smaller footprint, and vice-versa.
pure js binary search for sorted javascript arrays||array like objects. returns any || last || first || closest matched key for value, or slice between 2 values where values need not exist.
Circular fixed size array
Computes the L2 norm (Euclidean norm) of an array of values.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
Clears arrays, objects, and instances that implement the clear method.
Robustly get the byte offset of a Typed Array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
A state machine compiler
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Binary serialization which sorts bytewise for arbirarily complex data structures