Skip to main content
Module

x/rimbu/mod.ts>ValuedGraph.Builder

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ValuedGraph.Builder
implements [ValuedGraphBase.Builder]<N, V, ValuedGraph.Types>
import { type ValuedGraph } from "https://deno.land/x/rimbu@0.12.3/mod.ts";
const { Builder } = ValuedGraph;

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