5,553 packages
@stdlib/array
Arrays.
@stdlib/array-base
Base (i.e., lower-level) array utilities.
@stdlib/array-base-accessor
Create a minimal array-like object supporting the accessor protocol from another array-like object.
@stdlib/array-base-accessor-getter
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
@stdlib/array-base-accessors
Return element accessors for a provided array-like object.
@stdlib/array-base-accessor-setter
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
@stdlib/array-base-any
Test whether at least one element in an array is truthy.
@stdlib/array-base-any-by
Test whether at least one element in an array passes a test implemented by a predicate function.
@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.
@stdlib/array-base-any-has-own-property
Test whether at least one element in a provided array has a specified own property.
@stdlib/array-base-any-has-property
Test whether at least one element in a provided array has a specified property, either own or inherited.
@stdlib/array-base-any-is-entry
Test whether at least one element in a provided array has a specified own property key-value pair.
@stdlib/array-base-any-is-entry-in
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
@stdlib/array-base-arraylike2object
Convert an array-like object to an object likely to have the same "shape".
@stdlib/array-base-assert
Base array assertion utilities.
@stdlib/array-base-assert-contains
Test if an array contains a provided search value.
@stdlib/array-base-assert-has-almost-equal-values
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).
@stdlib/array-base-assert-has-almost-same-values
Test if two arrays have respective elements which are approximately the same value within a specified number of ULPs (units in the last place).
@stdlib/array-base-assert-has-equal-values
Test if two arrays have equal values.
@stdlib/array-base-assert-has-equal-values-indexed
Test if two indexed arrays have equal values.
@stdlib/array-base-assert-has-same-values
Test if two arrays have the same values.
@stdlib/array-base-assert-is-accessor-array
Test if an array-like object supports the accessor (get/set) protocol.
@stdlib/array-base-assert-is-booleanarray
Test if a value is a BooleanArray.
@stdlib/array-base-assert-is-boolean-data-type
Test if an input value is a supported array boolean data type.
@stdlib/array-base-assert-is-byte-order
Test if an input value is a supported array byte order.