import { type Sorted } from "https://deno.land/x/rimbu@0.13.1/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