import { type ArrowGraphSorted } from "https://deno.land/x/rimbu@0.13.5/graph/main/index.ts";
const { NonEmpty } = ArrowGraphSorted;
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