@stdlib/array-int32
Int32Array.
Int32Array.
Int8Array.
Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.
Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Create an array filled with NaNs and having a specified length.
Create an array filled with NaNs and having the same length and data type as a provided array.
Return the next larger array data type of the same kind.
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.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
List of typed array integer data types.
Create a typed array.
Typed array constructors.
List of typed array real-valued data types.
Real-valued floating-point typed array constructors.
List of typed array real-valued floating-point data types.
Signed integer typed array constructors.
List of typed array signed integer data types.
Unsigned integer typed array constructors.