Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/hashed/mod.ts>CollisionBuilderBase#forEach

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method CollisionBuilderBase.prototype.forEach
import { CollisionBuilderBase } from "https://deno.land/x/rimbu@1.0.3/hashed/mod.ts";

Parameters

f: (
entry: E,
index: number,
halt: () => void,
) => void
optional
state: TraverseState = [UNSUPPORTED]