@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-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.
@arr/reduceright
A tiny, faster alternative to native Array.prototype.reduceRight