@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
Create an array filled with ones and having the same length and data type as a provided array.
Create a typed array.
Typed array constructors.
Real-valued floating-point typed array constructors.
Signed integer typed array constructors.
Unsigned integer typed array constructors.
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.
Detect native ArrayBuffer support.
Detect native ArrayBuffer support.
Create an iterator from an array-like object view.
Create an iterator from an array-like object view, iterating from right to left.
Create a typed array.
Create a complex number typed array.