Skip to main content
Module

x/rimbu/sorted/set-custom/implementation/builder.ts>SortedSetBuilder#createNew

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

Parameters

optional
source: undefined | SortedSet<T>
optional
entries: undefined | T[]
optional
children: undefined | SortedSetBuilder<T>[]
optional
size: undefined | number