import { VariantGraph } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
Interfaces
A non-empty type-variant immutable graph. See the Graph documentation and the VariantGraph API documentation | |
Utility interface that provides higher-kinded types for this collection. |
import { type VariantGraph } from "https://deno.land/x/rimbu@0.13.5/core/main/exports.ts";
An type-variant immutable graph. See the Graph documentation and the VariantGraph API documentation
Properties
readonly
linkMap: VariantMap<N, VariantSet<N>>Returns the nested Map representation of the graph connections.