Skip to main content
Module

x/rimbu/sorted/set-custom/implementation/immutable.ts>SortedSetInner#forEach

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method SortedSetInner.prototype.forEach
import { SortedSetInner } from "https://deno.land/x/rimbu@1.1.0/sorted/set-custom/implementation/immutable.ts";

Parameters

f: (
value: T,
index: number,
halt: () => void,
) => void
optional
options: { state?: TraverseState; } = [UNSUPPORTED]