import { type EdgeValuedGraphHashed } from "https://deno.land/x/rimbu@0.13.1/core/mod.ts";
const { NonEmpty } = EdgeValuedGraphHashed;
A non-empty type-invariant immutable valued edge (undirected) graph. The nodes are internally maintained using HashMaps See the Graph documentation and the EdgeValuedGraphHashed API documentation