RubyGems Navigation menu

multiset 0.5.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.5KB)
  2. 0.5.1 - August 10, 2014 (24KB)
  3. 0.5.0 - May 15, 2014 (24KB)
  4. 0.4.1 - December 01, 2013 (24KB)
  5. 0.4.0 - August 15, 2012 (22.5KB)
全てのバージョンを表示(全7件)

Development依存関係 (2):

hoe ~> 3.6
rdoc ~> 4.0

所有者:

作者:

  • H.Hiro(Maraigue)

SHA 256チェックサム:

aff61896d4d82ae38cb1bdeba8e66d7c0d2e5ac964b9bad946161e4c95113d3d

累計ダウンロード数 156,098

このバージョンのみ 2,645

ライセンス:

N/A

必要なRubyのバージョン: >= 0

リンク: