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: 10,985 of 183,147
Downloads: 200,742

Daily

Ranking: 7,362 of 183,139
Downloads: 36

Depended by

RankDownloadsName
24,83451,487roundtrip_xml
82,3369,875reddit_bag_of_words

Depends on

RankDownloadsName
210168,287,361rdoc
2,0898,575,865hoe

Owners

#GravatarHandle
1iconmaraigue