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