You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of these functions can be easily implemented over Range. I don't like the idea of having them built-in as they're expensive in many aspects and having them will promote their usage. It's better to have a smaller, but more efficient API surface and let people build on top of it if they need something extra.
It would be great if there's support for some functions in MapOf and Map like
Keys() []K
- Returning keysValues() []V
- Returning valuesAsMap() map[K]V
- Returning all data as standard map dataClone
These functions would be helpful
The text was updated successfully, but these errors were encountered: