@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.
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.
Create a typed array.
Fastest possible buffer-like utilities for uint8.
Reinterpret a BooleanArray as a Uint8Array.
Utilities for unsigned 8-bit integers.
Base utilities for unsigned 8-bit integers.
Create an unsigned 8-bit integer from a literal bit representation.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
Convert binary data between common formats and encodings.
Custom jest matchers to test binary data