multiset
rubygemsv0.5.3Unlike 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.
License MITpermissive6 versions0 deps319,223 weekly dl
http://github.com/maraigue/multiset45
/ 100
Health
safe to use
[email protected] is safe to use (health: 45/100)
Health breakdown0 – 100
0/25
maintenance
14/20
popularity
25/25
security
6/15
maturity
0/15
community
Vulnerabilities
0
none known
Health History
Dependency Tree
License Audit
API access
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/rubygems/multisetMore from rubygems
Last updated · 2017-04-28T15:59:56.904Z