import { type Sorted } from "https://deno.land/x/rimbu@1.1.0/core/menu/graph/non-valued/edge.ts";
const { NonEmpty } = 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