Skip to main content
Module

x/rimbu/mod.ts>EdgeValuedGraphHashed.Types

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

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

Properties

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