interface VariantGraph.NonEmpty
implements [VariantGraphBase.NonEmpty]<N, VariantGraph.Types>, Omit<VariantGraph<N>, keyof VariantGraphBase.NonEmpty<any, any>>, [Streamable.NonEmpty]<GraphElement<N>>
import { type VariantGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/common/interface/variant-graph.ts";
const { NonEmpty } = VariantGraph;
A non-empty type-variant immutable graph. See the Graph documentation and the VariantGraph API documentation
Properties
readonly
linkMap: VariantMap.NonEmpty<N, VariantSet<N>>Returns the nested Map representation of the graph connections.