@stdlib/array-base-any-by-right
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Convert an array-like object to an object likely to have the same "shape".
Test if an array contains a provided search value.
Test if two arrays have the same values.
Test if an input value is a supported array boolean data type.
Test if an input value is a supported array complex-valued floating-point data type.
Test if an input value is a supported array data type.
Test if an input value is a supported array floating-point data type.
Test if an input value is a supported array integer data type.
Test if an input value is a supported array signed integer data type.
Test if an input value is a supported array unsigned integer data type.
Split array element entries into two groups.
Split element entries into two groups according to a predicate function.
Split array element indices into two groups.
Split element indices into two groups according to a predicate function.
Split array element values into two groups.
Arrays.
Base (i.e., lower-level) array utilities.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Return element accessors for a provided array-like object.