Skip to main content
Module

x/rimbu/mod.ts>ArrowGraphSorted.Types

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

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

Properties

readonly
normal: ArrowGraphSorted<this["_N"]>
readonly
nonEmpty: ArrowGraphSorted.NonEmpty<this["_N"]>
readonly
context: ArrowGraphSorted.Context<this["_N"]>
readonly
builder: ArrowGraphSorted.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"]>