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