import { type EdgeValuedGraphSorted } from "https://deno.land/x/rimbu@0.13.5/graph/main/index.ts";
const { NonEmpty } = EdgeValuedGraphSorted;
A non-empty type-invariant immutable valued edge (undirected) graph. The nodes are internally maintained using SortedMaps See the Graph documentation and the EdgeValuedGraphSorted API documentation