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