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