Skip to main content
Module

x/rimbu/core/menu/graph/index.ts>Valued.Arrow.Hashed.Types

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

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"]>