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