Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/froebel/sortedArray.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.18.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.