import { type NonValued } from "https://deno.land/x/rimbu@1.0.3/core/menu/graph/index.ts";
const { NonEmpty } = NonValued.Edge.Sorted;
A non-empty type-invariant immutable valued edge (undirected) graph. The connections are internally maintained using sorted collections See the Graph documentation and the EdgeGraphSorted API documentation