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