Which kind of boxed JS primitive is this?
Return the single letter character abbreviation for an underlying array data type.
Return the strides of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
Return the description for a provided data type.
List of ndarray data type strings.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Store information about any JS value in a side channel. Uses WeakMap if available.
Return the underlying data buffer of a provided ndarray.
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Determine the order of a multidimensional array based on a provided stride array.
Normalize an index to the interval [0,max].
Detect native function name support.
Get the ArrayBuffer out of a DataView, robustly.
Given a stride array, determine array iteration order.
Detect native Symbol.hasInstance support.
Robustly get the byte length of a Typed Array
Convert an array-like object to an object likely to have the same "shape".
Return the layout order of a provided ndarray.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Restrict an index to the interval [0,max].