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