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