Skip to main content
Module

x/structurae/sorted-array.ts>SortedArray.of

Data structures for high-performance JavaScript applications.
Latest
method SortedArray.of
import { SortedArray } from "https://deno.land/x/structurae@4.0.1/sorted-array.ts";

Creates a new SortedArray instance with a variable number of arguments, regardless of number or type of the arguments

Parameters

...elements: Array<U>

the elements of which to create the array

Returns

the new SortedArray