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,989 of 186,961
Downloads: 282,787

Daily

Ranking: 6,449 of 186,954
Downloads: 296

Depended by

RankDownloadsName
25,51654,003roundtrip_xml
83,27610,426reddit_bag_of_words

Depends on

RankDownloadsName
188236,866,116rdoc
2,2708,920,771hoe

Owners

#GravatarHandle
1iconmaraigue