import { type VariantValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.ts";
const { Types } = VariantValuedGraphBase;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: VariantValuedGraphBase<this["_N"], this["_V"]>readonly
nonEmpty: VariantValuedGraphBase.NonEmpty<this["_N"], this["_V"]>readonly
link: ValuedLink<this["_N"], this["_V"]>readonly
linkTarget: ValuedLink.Target<this["_N"], this["_V"]>readonly
linkMap: VariantMap<this["_N"], VariantMap<this["_N"], this["_V"]>>readonly
linkMapNonEmpty: VariantMap.NonEmpty<this["_N"], VariantMap<this["_N"], this["_V"]>>