import { type ArrowValuedGraphHashed } from "https://deno.land/x/rimbu@1.0.0/graph/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
linkMapNonEmpty: HashMap.NonEmpty<this["_N"], HashMap<this["_N"], this["_V"]>>readonly
linkConnections: HashMap<this["_N"], this["_V"]>