import { type Arrow } from "https://deno.land/x/rimbu@1.0.3/core/menu/graph/valued/index.ts";
const { NonEmpty } = Arrow.Sorted;
A non-empty type-invariant immutable valued arrow (directed) graph. The nodes are internally maintained using SortedMaps See the Graph documentation and the ArrowValuedGraphSorted API documentation