Skip to content
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

Add as_str method for split whitespace str iterators #82570

Merged
merged 2 commits into from
Mar 20, 2021

Commits on Feb 26, 2021

  1. Add as_str method for split whitespace str iterators

    This commit adds `as_str` methods to `SplitWhitespace` and `SplitAsciiWhitespace`
    str iterators. The methods return the remainder, similar to `as_str` methods on
    `Chars` and other split iterators.
    
    This commit also makes fields of some iterators `pub(crate)`.
    WaffleLapkin committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    12d6238 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4fd853 View commit details
    Browse the repository at this point in the history