Skip to main content
Module

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

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

A mutable ArrowValuedGraphHashed builder used to efficiently create new immutable instances. See the Graph documentation and the ArrowValuedGraphHashed.BuilderAPI documentation