## Installation
Returns true if a value is an array containing the specified number of elements.
Array manipulation, ordering, searching, summarizing, etc.
Run an array of functions in parallel
General purpose glob-based configuration matching.
Lazy-evaluating list of files, based on globs or regex patterns
utilities for primitive JavaScript types
A JavaScript text diff implementation.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Is this value a JS ArrayBuffer?
Robustly get the length of a Typed Array
Is this value a JS SharedArrayBuffer?
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Simple dependency graph.
TypeScript definitions for d3-polygon
very fast object redaction
Minimal async jobs utility library, with streams support
Tiny queue data structure
Get the first fulfilled promise that satisfies the provided testing function
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Rope-based persistent sequence type
In showing a long lists, sometimes one would prefer to see the value arranged aligned in columns. Some examples include listing methods of an object or debugger commands. See Examples in the rdoc documentation for examples.
Simple library to parse PostgreSQL arrays into a array of strings
A gem that adds range methods to Ruby's Range and Array classes. (Range#+, Range#-, Array#rangify, Array#intersection, Array#missing)
Bit array for ActiveRecord
Recursively sort nested ruby Arrays and Hashes + deepmerge
It makes histograms out of Ruby data. How cool is that!? Pretty cool if you ask me.
Array/Hash/Struct#dig backfill for ruby
Compresses Arrays of Objects to Arrays of Ranges.
Easy Diff enhances the functionality of Hash, allowing recursive diff, merge, and unmerge of arbitrarily constructed hashes. This is perfect for people who need to do diffs on not only plain text files but also data as Hash or JSON objects. Unmerge is included with diff and merge to more easily allow versioning of arbitrary data.
Encode an array of coordinates for the Google Static Maps and MapQuest APIs.
Converts a Hash or Array into dot strings
Access nested Hash (JSON) with a string path