RubyGems Navigation menu

multiset 0.5.1

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

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.5.3 - April 28, 2017 (24.5 KB)
  2. 0.5.1 - August 10, 2014 (24 KB)
  3. 0.5.0 - May 15, 2014 (24 KB)
  4. 0.4.1 - December 01, 2013 (24 KB)
  5. 0.4.0 - August 15, 2012 (22.5 KB)
Show all versions (7 total)

Development Dependencies (2):

hoe ~> 3.6
rdoc ~> 4.0

Owners:

Authors:

  • H.Hiro(Maraigue)

SHA 256 checksum:

926748d13e63c6fe24b34db6901175528ecb9f06e65dfa5cb7d3278cc56f7f07

Total downloads 153,771

For this version 10,676

Licenses:

N/A

Required Ruby Version: >= 0

Links: