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