Skip to main content
Module

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

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

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