@stdlib/array-uint8
Uint8Array.
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.
Create a complex number typed array.
Complex typed array constructors.
Typed array constructors.
Floating-point typed array constructors.
Integer-valued typed array constructors.
Copy the elements of an array-like object to a new generic array.
Copy the elements of an indexed array-like object to a new generic array.
Count the number of falsy elements in an array.
Count the number of elements in an array which pass a test implemented by a predicate function.
Count the number of elements in an array that are equal to a specified value.
Count the number of elements in an array that are equal to a specified value.
Count the number of truthy elements in an array.
Cumulatively test whether at least one element in a provided array is truthy.