Skip to main content
Module

x/rimbu/mod.ts>SortedSet.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface SortedSet.Types
implements [RSet.Types]
import { type SortedSet } from "https://deno.land/x/rimbu@0.14.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"]>