Skip to main content
Module

x/rimbu/mod.ts>EdgeGraphSorted.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface EdgeGraphSorted.Types
implements [EdgeGraphBase.Types]
import { type EdgeGraphSorted } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Types } = EdgeGraphSorted;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
normal: EdgeGraphSorted<this["_N"]>
readonly
nonEmpty: EdgeGraphSorted.NonEmpty<this["_N"]>
readonly
context: EdgeGraphSorted.Context<this["_N"]>
readonly
builder: EdgeGraphSorted.Builder<this["_N"]>
readonly
linkMap: SortedMap<this["_N"], SortedSet<this["_N"]>>
readonly
linkMapNonEmpty: SortedMap.NonEmpty<this["_N"], SortedSet<this["_N"]>>
readonly
linkMapContext: SortedMap.Context<this["_N"]>
readonly
linkConnectionsContext: SortedSet.Context<this["_N"]>
readonly
linkMapBuilder: SortedMap.Builder<this["_N"], SortedSet.Builder<this["_N"]>>
readonly
linkConnectionsBuilder: SortedSet.Builder<this["_N"]>
readonly
linkConnections: SortedSet<this["_N"]>