Skip to main content
Module

x/rimbu/mod.ts>ArrowValuedGraphHashed.Types

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

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

Properties

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