Closed novasharper closed 4 years ago
Thank you for the contribution!
This is not something we are looking to add to our Map implementation, but it would be easy to add to a type of your own if need the functionality.
For example:
type SubsetMap struct { key.Map } func (m* SubsetMap) Subset( ...
Thank you for the contribution!
This is not something we are looking to add to our Map implementation, but it would be easy to add to a type of your own if need the functionality.
For example: