reduceRight(callback, initialValue)
This is the equivalent of Array.prototype.reduceRight
This is an alias of aggregateRight(callback, initialValue)
reduceRight(callback, initialValue)
This is the equivalent of Array.prototype.reduceRight
This is an alias of aggregateRight(callback, initialValue)