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@1.0.0/graph/main/index.ts";
const { NonEmpty } = ArrowGraph;
A non-empty type-invariant immutable arrow (directed) graph. See the Graph documentation and the ArrowGraph API documentation