Skip to main content
method List.prototype.reduce
import { List } from "https://deno.land/x/capnp_ts@0.1.0/mod.ts";

Parameters

callbackfn: (
previousValue: T,
currentValue: T,
currentIndex: number,
) => T

Parameters

callbackfn: (
previousValue: U,
currentValue: T,
currentIndex: number,
) => U
initialValue: U