Types
=====

[![Build Status](https://secure.travis-ci.org/nodeca/types.png?branch=master)](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.
