Skip to main content
Module

x/froebel/sortedArray.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.21.0/sortedArray.ts";

Interfaces

Sorted array. Behaves much like a regular array but its elements remain sorted using the compare function supplied in the constructor.