Categories: None [Edit]

multiset

https://rubygems.org/gems/multiset
https://github.com/maraigue/multiset
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.

Total

Ranking: 9,254 of 192,505
Downloads: 376,383

Daily

Ranking: 6,332 of 192,483
Downloads: 462

Depended by

RankDownloadsName
25,66758,224roundtrip_xml
83,96011,059reddit_bag_of_words

Depends on

RankDownloadsName
165299,004,962rdoc
2,3539,250,942hoe

Owners

#GravatarHandle
1iconmaraigue