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