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,333 of 193,101
Downloads: 386,090

Daily

Ranking: 5,166 of 193,081
Downloads: 669

Depended by

RankDownloadsName
25,73658,506roundtrip_xml
84,10811,109reddit_bag_of_words

Depends on

RankDownloadsName
165305,618,394rdoc
2,3619,289,010hoe

Owners

#GravatarHandle
1iconmaraigue