@stdlib/array-typed-real-float-ctors
Real-valued floating-point 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.
Complex typed array constructors.
Typed array constructors.
Floating-point typed array constructors.