import { type Valued } from "https://deno.land/x/rimbu@1.1.0/core/menu/graph/index.ts";
const { NonEmpty } = Valued.Arrow.Hashed;
A non-empty type-invariant immutable valued arrow (directed) graph. The nodes are internally maintained using HashMaps See the Graph documentation and the ArrowValuedGraphHashed API documentation