Skip to main content
Module

x/hkts/array.ts>_reduce

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable _reduce
import { _reduce } from "https://deno.land/x/hkts@v0.0.52/array.ts";

type

<A, B>(
as: readonly A[],
fbab: (
b: B,
a: A,
i: number,
) => B
,
b: B,
) => B