Categories: None [Edit]
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,851 of 187,622
Downloads: 298,084
Daily
Ranking: 7,079 of 187,603
Downloads: 197
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 25,399 | 55,348 | roundtrip_xml |
| 83,179 | 10,666 | reddit_bag_of_words |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | maraigue |