import { VariantValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.ts";
Interfaces
Utility interface that provides higher-kinded types for this collection. |
import { type VariantValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.ts";
Properties
readonly
linkMap: WithGraphValues<Tp, N, V>["linkMap"]Returns the nested Map representation of the graph connections.
Methods
Returns the value of the connection between given node1
and node2