Skip to main content
Module

x/rimbu/mod.ts>VariantGraph

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
namespace VariantGraph
import { VariantGraph } from "https://deno.land/x/rimbu@0.14.0/mod.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.

interface VariantGraph
implements VariantGraphBase<N, unknown, VariantGraph.Types>
import { type VariantGraph } from "https://deno.land/x/rimbu@0.14.0/mod.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.