@stdlib/array-one-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Signed integer typed array constructors.
List of typed array signed integer data types.
Unsigned integer typed array constructors.
List of typed array unsigned integer data types.
Uint16Array.
Uint32Array.
Uint8Array.
Uint8ClampedArray.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
Return a list of array data types to which a provided array data type can be safely cast or cast within the same kind.
Determine (nested) array dimensions.
SharedArrayBuffer.
Return a shallow copy of a portion of an array.
Create an iterator which repeatedly iterates over the elements of an array-like object.
Convert an array to an object supporting fancy indexing.