Lodash.reduceRight

This method is like _.reduce except that it iterates over elements of collection from right to left.

struct Lodash
nothrow @trusted @safe ref
reduceRight
(
T
U
)
(
auto ref T iteratee
,
auto ref U accumulator
)

Return Value

Type: auto ref

- Lodash chained on (*): the accumulated value.

Meta