Skip to main content
Module

x/rimbu/core/mod.ts>Graph.Builder

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

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