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
dict docs: document that ordering of keys/values/pairs match iterate (#56842)
Fix#56841.
Currently the documentation states that keys(dict) and values(dict)
iterate in the same order. But it is not stated whether this is the same
order as that used by pairs(dict), or when looping, for (k,v) in dict.
This PR makes this guarantee explicit.
(cherry picked from commit 796d823)
0 commit comments