RubyGems Navigation menu

multiset 0.4.0

Unlike ordinary set(see Ruby documentation for "set" library), multiset can contain two or more same items. Set[:a,:b,:c,:b,:b,:c] # => # Multiset[:a,:b,:c,:b,:b,:c] # => # Multisets are typically used for counting elements and their appearances in collections.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.5.3 - April 28, 2017 (24.5 KB)
  2. 0.5.1 - August 10, 2014 (24.0 KB)
  3. 0.5.0 - May 15, 2014 (24.0 KB)
  4. 0.4.1 - December 01, 2013 (24.0 KB)
  5. 0.4.0 - August 15, 2012 (22.5 KB)
顯示所有版本(共 7)

Development 相依性套件 (2):

hoe ~> 3.0
rdoc ~> 3.10

擁有者:

作者:

  • H.Hiro(Maraigue)

SHA 256 checksum:

2b779ae41281bebe41d38c8943fd85e48393874a24ff69a4c80c446fe9e68915

總下載次數 156,269

這個版本 23,186

License:

Ruby 版本需求:

相關連結: