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
Do you mean, is { x: 1, y: 2 } considered to be equal to { y: 2, x: 1 }? If so, the answer is yes: you can't even distinguish these two things without observing the for-in iteration order in JS (which isn't exposed unless you use the FFI or unsafeCoerce to StrMap or something).
The docs don't say.
The text was updated successfully, but these errors were encountered: