interface ArrowGraph.NonEmpty
implements [ArrowGraphBase.NonEmpty]<N, ArrowGraph.Types>, Omit<ArrowGraph<N>, keyof ArrowGraphBase.NonEmpty<any, any>>, [Streamable.NonEmpty]<[N] | Link<N>>
import { type ArrowGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/non-valued/interface/arrow/arrow-graph.ts";
const { NonEmpty } = ArrowGraph;
A non-empty type-invariant immutable arrow (directed) graph. See the Graph documentation and the ArrowGraph API documentation