@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.
Found 2 results for array.reduceright
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.