import { type ArrowValuedGraphSorted } from "https://deno.land/x/rimbu@0.13.1/core/main/exports.ts";
const { NonEmpty } = ArrowValuedGraphSorted;
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