types
Version:
Hash, SortedSet
11 lines (7 loc) • 371 B
Markdown
Types
=====
[](http://travis-ci.org/nodeca/types)
Collection of extra types (structures, classes) for JavaScript.
* Set - Array-like structure that holds only unique elements.
* Hash - Provides hashtable, where keys can be anything.
* SortedList - Sequences builder with weight prioritizing.