Skip to main content
Module

x/rimbu/sorted/set-custom/implementation/immutable.ts>SortedSetEmpty#add

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method SortedSetEmpty.prototype.add
import { SortedSetEmpty } from "https://deno.land/x/rimbu@0.13.5/sorted/set-custom/implementation/immutable.ts";

Parameters

value: T

Returns

SortedSet.NonEmpty<T>