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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
It is underspecified. Given your use of the REPL, I think you've probably answered those questions for yourself already, but whether the Set type should behave that way is up for discussion.
The difference between 0..3 and 22..25 might be observable if you do:
for i, v in s {
print i
}
Though I don't know whether that's currently allowed or whether it should be.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think this example is underspecified:
[22..25]
instead of[0..3]
or[1..4]
. Is the difference observable?The text was updated successfully, but these errors were encountered: