@stdlib/array-base-group-entries-by
Group element entries according to an indicator function.
Group element entries according to an indicator function.
Group element indices as arrays associated with distinct keys.
Group element indices according to an indicator function.
Group elements as arrays associated with distinct keys.
Group element values according to an indicator function.
Return the index of the first element which equals a provided search element.
Test whether all elements in an array are falsy.
Test whether all elements in an array fail a test implemented by a predicate function.
Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.
Create a generic array filled with ones.
Create a two-dimensional nested array filled with ones.
Create a three-dimensional nested array filled with ones.
Create a four-dimensional nested array filled with ones.
Create a five-dimensional nested array filled with ones.
Create an n-dimensional nested array filled with ones.
Create a filled three-dimensional nested array.
Create a filled three-dimensional nested array according to a provided callback function.
Create a filled four-dimensional nested array.
Create a filled four-dimensional nested array according to a provided callback function.
Create a filled five-dimensional nested array.