152 packages
2
The Type Conversion Library. Numbers, Strings, Arrays, Maps, Objects, and Iterators.
3
Performs a multi-level three-way comparison on numbers/strings and returns 1, 0, or -1.
3fn
Creates a three-way comparison callback.
abstract-class
Prevents instantiation of a parent class. Optionally defines properties that must be implemented by child classes.
add-counter
Adds a counter integer to iterated values.
ascii-whitespace
A regular expression for ASCII/HTML whitespace, as defined by W3C and WHATWG.
barr
A collection of binary search functions for sorted arrays.
bfind
Runs a binary search on any sorted collection.
binsert
Uses binary search to insert a value into any sorted collection.
cached-function
Wraps a function and caches its return values.