-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are BTreeSet iterators guaranteed to visit elements in ascending order? #38204
Comments
/cc @rust-lang/libs , is this true or not? |
It is guaranteed I believe. |
It looks like this is already documented in all iterator methods in the docs for BTreeSet (ctrl-f for "in ascending order"), just not |
Will be fixed by #38208 |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Dec 7, 2016
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Dec 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On IRC, we established that they probably do. We should document that.
CC @steveklabnik
The text was updated successfully, but these errors were encountered: