Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
List of ndarray casting modes.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return a function which tests if every element in an array passes a test condition.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Test if a value is an array.
Push an array of items into an array, while being robust against prototype modification
Buffer.
Maximum safe double-precision floating-point integer.
Create a filled generic array.
Create a zero-filled generic array.
Int8Array.
Tokenize a string into an array of string parts and format identifier objects.
Generate string from a token array by interpolating values.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.