@stdlib/constants-uint32-num-bytes
Size (in bytes) of a 32-bit unsigned integer.
Size (in bytes) of a 32-bit unsigned integer.
Convert a Node-API value representing a strided array to an unsigned 32-bit integer array.
Convert a Node-API value to an unsigned 32-bit integer.
Convert a Node-API value to an unsigned 32-bit integer array.
Convert an unsigned 32-bit integer to a Node-API value.
Test if a value is a Uint32Array.
Compute the double word product of two signed 32-bit integers.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
Typed array pool.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.
Create a filled array.
Create a filled array according to a provided callback function.
Create a filled array having a specified length.
Create a filled array having the same length and data type as a provided array.
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.