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