Skip to main content
Module

x/rimbu/mod.ts>EdgeValuedGraphSorted.Types

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

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

Properties

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