Skip to main content
Module

x/rimbu/mod.ts>EdgeGraphHashed.Types

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

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

Properties

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