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

Rename Iterator::array_chunks to Iterator::chunks #104969

Commits on Nov 28, 2022

  1. Rename Iterator::array_chunks to Iterator::chunks

    The most logical way to yield chunks from an iterator is with arrays.
    Originally I named this to align with `slice::array_chunks` but I think
    `chunks` makes more sense for iterators and it aligns with the
    `next_chunk` method.
    rossmacarthur committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    80282ba View commit details
    Browse the repository at this point in the history