Updated 6 months ago

@stdlib/utils-map-reduce-right • Rank 2.9 • Science 44%

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 • Rank 2.9 • Science 44%

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.