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,972 of 180,518
Downloads: 155,987

Daily

Ranking: 6,562 of 180,507
Downloads: 240

Depended by

RankDownloadsName
24,49249,541roundtrip_xml
81,6979,518reddit_bag_of_words

Depends on

RankDownloadsName
214147,001,977rdoc
1,9598,418,720hoe

Owners

#GravatarHandle
1iconmaraigue