Compute the maximum linear index in an underlying data buffer accessible to an array view.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Multidimensional arrays.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the underlying data buffer of a provided ndarray.
Determine if a buffer length is compatible with provided ndarray meta data.
Base multidimensional array.
Create a contiguous linear ndarray data buffer.
Normalize an index to the interval [0,max].
ndarray data buffer constructors.
Wrap an index on the interval [0,max].
Test if an input value is a supported ndarray index mode.
Convert an ndarray buffer to a generic array.
Restrict an index to the interval [0,max].
Return an index given an index mode.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Get the ArrayBuffer out of a DataView, robustly.
Multidimensional array constructor.
List of ndarray index modes.
Buffer.
Test if an input value is a supported ndarray integer index data type.
Return the minimum accessible index based on a set of provided strided array parameters.