Skip to main content
Go to Latest
import * as mod from "https://deno.land/std@0.139.0/collections/running_reduce.ts";

Functions

Calls the given reducer on each element of the given collection, passing it's result as the accumulator to the next respective call, starting with the given initialValue. Returns all intermediate accumulator results.