Skip to main content
Module

x/rimbu/sorted/set-custom/implementation/immutable.ts>SortedSetInner#copy

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

Parameters

optional
entries: readonly T[] = [UNSUPPORTED]
optional
children: readonly SortedSetNode<T>[] = [UNSUPPORTED]
optional
size: number = [UNSUPPORTED]