import { type EdgeValuedGraph } from "https://deno.land/x/rimbu@1.0.0/graph/mod.ts";
const { NonEmpty } = EdgeValuedGraph;
A non-empty type-invariant immutable valued edge (undirected) graph. See the Graph documentation and the EdgeValuedGraph API documentation