import { type ArrowGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/index.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