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,177 of 196,619
Downloads: 429,078

Daily

Ranking: 5,146 of 196,594
Downloads: 547

Depended by

RankDownloadsName
26,04659,666roundtrip_xml
84,75311,336reddit_bag_of_words

Depends on

RankDownloadsName
151346,972,214rdoc
2,3969,576,104hoe

Owners

#GravatarHandle
1iconmaraigue