Updated 6 months ago
@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.
Updated 6 months ago
@stdlib/utils-map-reduce
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.