Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

types

nodeca162.1kMIT0.1.1

Hash, SortedSet

stdlib, sorted list, set, hash

readme

Types

Build Status

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.

changelog

0.1.1 / 2012-09-17

  • Added SortedList#concat(otherList) that produces merged copy.

0.1.0 / 2012-05-15

  • Added Hash and Set structures

0.0.1 / 2012-02-09

  • First public release