Skip to main content
Module

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

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

Creates a new SortedArray from a given array-like object.

Parameters

iterable: Iterable<T> | ArrayLike<T>