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
The documentation for RSplit (http://doc.rust-lang.org/core/str/struct.RSplit.html) is just
Return type of str::rsplit
The documentation for Lines (http://doc.rust-lang.org/core/str/struct.Lines.html) is
An iterator over the lines of a string, separated by \n.
The of Chars (http://doc.rust-lang.org/core/str/struct.Chars.html) is
Iterator for the char (representing Unicode Scalar Values) of a string Created with the method .chars().
I think it would be nice if the iterators were describet more simmilar. I like the dokumentation for Chars the best.
The text was updated successfully, but these errors were encountered:
Make iterator struct docs more consistent.
1dd8a65
Fixes rust-lang#24008.
Rollup merge of rust-lang#24627 - steveklabnik:gh24008, r=alexcrichton
2587814
417ff8a
abbd9dc
Successfully merging a pull request may close this issue.
The documentation for RSplit (http://doc.rust-lang.org/core/str/struct.RSplit.html) is just
The documentation for Lines (http://doc.rust-lang.org/core/str/struct.Lines.html) is
The of Chars (http://doc.rust-lang.org/core/str/struct.Chars.html) is
I think it would be nice if the iterators were describet more simmilar.
I like the dokumentation for Chars the best.
The text was updated successfully, but these errors were encountered: