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