Skip to main content
Module

x/structurae/sorted-array.ts>SortedArray#concat

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

Returns a merger of the array with one or more provided sorted arrays.

Parameters

...arrays: Array<Array<ItemType>>

sorted array(s) to merge

Returns

SortedArray<ItemType>

a new SortedArray