包详细信息

types

nodeca134.6kMIT0.1.1

Hash, SortedSet

stdlib, sorted list, set, hash

自述文件

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.

更新日志

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