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