@stdlib/array-base-copy
Copy the elements of an array-like object to a new generic array.
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.
Cumulatively test whether every element in a provided array is truthy.
Cumulatively test whether every element in a provided array is falsy.
Remove consecutive duplicated values.
Test whether all elements in an array are truthy.
Test whether all elements in an array pass a test implemented by a predicate function.
Test whether all elements in an array pass a test implemented by a predicate function, iterating from right to left.
Return a shallow copy of a portion of an array.
Assign element values from a broadcasted input array to corresponding elements in an output array.
Create a filled generic array.
Create a filled generic array according to a provided callback function.
Create a filled two-dimensional nested array.
Create a filled two-dimensional nested array according to a provided callback function.