import { type ArrowGraphHashed } from "https://deno.land/x/rimbu@1.0.0/graph/main/index.ts";
const { Types } = ArrowGraphHashed;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: ArrowGraphHashed<this["_N"]>readonly
nonEmpty: ArrowGraphHashed.NonEmpty<this["_N"]>readonly
context: ArrowGraphHashed.Context<this["_N"]>readonly
builder: ArrowGraphHashed.Builder<this["_N"]>readonly
linkMapNonEmpty: HashMap.NonEmpty<this["_N"], HashSet<this["_N"]>>readonly
linkConnections: HashSet<this["_N"]>