Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/hashed/base/index.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@0.13.1/hashed/base/index.ts";

Properties

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

Methods

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