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