|
Ruby implementation of multiset and multimap. Unlike ordinary set(see 'set' library in Ruby), multiset can contain two or more same items. And unlike ordinary map (i.e. 'Hash' in Ruby), multimap can contain two or more items for one key.
Registered: 2008-06-30 12:17 Activity Percentile: 0% View project activity statistics. |
|