We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
On IRC, we established that they probably do. We should document that.
CC @steveklabnik
The text was updated successfully, but these errors were encountered:
/cc @rust-lang/libs , is this true or not?
Sorry, something went wrong.
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 BTreeSet::iter.
BTreeSet::iter
Will be fixed by #38208
Indicate that BTreeSet::iter returns values in ascending order.
457c282
Fixes rust-lang#38204.
b4ed584
fe0d092
frewsxcv
No branches or pull requests
On IRC, we established that they probably do. We should document that.
CC @steveklabnik
The text was updated successfully, but these errors were encountered: