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
Support for native iterators has been added in go 1.23.
I suggest to add new Vals method that return keys iterator directly instead of receiving keys through Next, Val methods pair.