Skip to main content
Module

x/rimbu/mod.ts>GenSource

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

Properties

entries: readonly E[] | null
entrySets: readonly GenBlockBuilderEntry<E>[] | null

Methods

forEach(f: (
entry: E,
index: number,
halt: () => void,
) => void
, state?: TraverseState
): void