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