Buckets-Swift icon indicating copy to clipboard operation
Buckets-Swift copied to clipboard

Multimap<String, Any>() format

Open shwethapuj opened this issue 8 years ago • 0 comments

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?

shwethapuj avatar Jun 16 '17 09:06 shwethapuj