import { type EdgeGraphHashed } from "https://deno.land/x/rimbu@0.13.5/graph/main/index.ts";
const { NonEmpty } = EdgeGraphHashed;
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