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