Skip to main content
Module

x/structurae/index.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/index.ts";

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

Parameters

iterable: Iterable<T> | ArrayLike<T>