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

x/rimbu/core/menu/graph/index.ts>NonValued.Arrow.Hashed.Builder

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface NonValued.Arrow.Hashed.Builder
implements [ArrowGraphBase.Builder]<N, ArrowGraphHashed.Types>
import { type NonValued } from "https://deno.land/x/rimbu@1.2.1/core/menu/graph/index.ts";
const { Builder } = NonValued.Arrow.Hashed;

A mutable ArrowGraphHashed builder used to efficiently create new immutable instances. See the Graph documentation and the ArrowGraphHashed.Builder API documentation