We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DoubleEndedIterator::next_back
It is more appropriate for the trait than the method:
An iterator able to yield elements from both ends. As this is the only method for this trait, the trait-level docs contain more details.
An iterator able to yield elements from both ends.
As this is the only method for this trait, the trait-level docs contain more details.
The text was updated successfully, but these errors were encountered:
document DoubleEndedIterator::next_back
b4ff6b0
fixes rust-lang#34726
Rollup merge of rust-lang#34732 - durka:patch-27, r=steveklabnik
3f359d9
document DoubleEndedIterator::next_back document DoubleEndedIterator::next_back fixes rust-lang#34726
f573888
Successfully merging a pull request may close this issue.
It is more appropriate for the trait than the method:
The text was updated successfully, but these errors were encountered: