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: 11,893 of 180,681
Downloads: 158,540

Daily

Ranking: 7,210 of 180,671
Downloads: 202

Depended by

RankDownloadsName
24,51549,681roundtrip_xml
81,7129,548reddit_bag_of_words

Depends on

RankDownloadsName
215148,010,356rdoc
1,9668,430,386hoe

Owners

#GravatarHandle
1iconmaraigue