Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>Collection#reduce

An object oriented Discordeno framework
Latest
method Collection.prototype.reduce
Re-export
import { Collection } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";

Parameters

callback: (
accumulator: T,
value: V,
key: K,
) => T
optional
initialValue: T