Skip to main content
Module

x/froebel/sortedMap.ts

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

Classes

Behaves like a regular JavaScript Map, but its iteration order is dependant on the compare function supplied in the constructor.