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,201 of 195,762
Downloads: 415,730

Daily

Ranking: 8,876 of 195,747
Downloads: 150

Depended by

RankDownloadsName
25,92459,482roundtrip_xml
84,47811,300reddit_bag_of_words

Depends on

RankDownloadsName
156331,387,703rdoc
2,3779,480,529hoe

Owners

#GravatarHandle
1iconmaraigue