RubyGems Navigation menu

multiset 0.5.3

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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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)
Zeige alle Versionen (7 total)

Development Abhängigkeiten (2):

hoe ~> 3.16
rdoc ~> 4.0

Besitzer:

Autoren:

  • H.Hiro(Maraigue)

SHA 256-Prüfsumme:

a06cefbf49b9b8f8a45792770250c82b5c2b6d7d34b23705f07008720fe0dcd9

Downloads insgesamt 152.040

Für diese Version 108.001

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: