Buckets-Swift
Buckets-Swift copied to clipboard
Multimap<String, Any>() format
When i change the value type to Any I'm getting Type 'Any' does not conform to protocol 'Equatable' error .
var multimapvar = Multimap<String, Any>(). How to use Any instead of Int?