import { type ArrowGraph } from "https://deno.land/x/rimbu@1.2.0/graph/main/non-valued/interface/arrow/arrow-graph.ts";
const { Builder } = ArrowGraph;
A mutable ArrowGraph
builder used to efficiently create new immutable instances.
See the Graph documentation and the ArrowGraph.Builder API documentation