Skip to main content
Module

x/rimbu/mod.ts>ArrowGraphHashed.Types

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

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

Properties

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