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

std: Changing the meaning of the count to splitn #23951

Merged
merged 1 commit into from
Apr 2, 2015

Commits on Apr 1, 2015

  1. std: Changing the meaning of the count to splitn

    This commit is an implementation of [RFC 979][rfc] which changes the meaning of
    the count parameter to the `splitn` function on strings and slices. The
    parameter now means the number of items that are returned from the iterator, not
    the number of splits that are made.
    
    [rfc]: rust-lang/rfcs#979
    
    Closes rust-lang#23911
    [breaking-change]
    alexcrichton committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    e98dce3 View commit details
    Browse the repository at this point in the history