Construct an array of arrays from a matrix.
Returns an array constructor corresponding to an array data type.
Returns an array data type corresponding to an array constructor name.
Casts an array to an array of a different data type.
Returns an array data type corresponding to an array constructor name.
Returns an array constructor corresponding to an array data type.
Fixed-width composite data type (a.k.a., a `struct`).
Matrices.
Normal distribution cumulative distribution function (CDF).
Array manipulation, ordering, searching, summarizing, etc.
Test if a value is struct constructor-like.
General purpose glob-based configuration matching.
Run an array of functions in parallel
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Matches strings against configurable strings, globs, regular expressions, and/or functions
Lazy-evaluating list of files, based on globs or regex patterns
Guarantees an array back
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
A simple list of possible Typed Array names.
Is this value a JS SharedArrayBuffer?