import { reduceRight } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/collection.js";
This method is like _.reduce
except that it iterates over elements of
collection
from right to left.
import { reduceRight } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/collection.js";
This method is like _.reduce
except that it iterates over elements of
collection
from right to left.