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