@stdlib/utils-async-reduce-right
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
@stdlib/utils-async-reduce
Apply a function against an accumulator and each element in a collection and return the accumulated result.
@stdlib/utils-reduce2d
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
@stdlib/utils-reduce-right
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
@stdlib/utils-map-reduce-right
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.