@stdlib/utils-for-each
Invoke a function for each element in a collection.
Invoke a function for each element in a collection.
Invoke a function for each element in a collection, iterating from right to left.
Group values as arrays associated with distinct keys.
Group values according to an indicator function.
Split values into two groups.
Split values into two groups according to a predicate function.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
Named typed tuple.
Test if a value is a Float64Array.
Fill an array-like object view with values returned from an iterator.
Fill an array-like object view from right to left with values returned from an iterator.
Test if a value is a Complex64Array.
Test if a value is a DataView.
Custom jest matchers to test binary data