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

override VecDeque::try_rfold, also update iterator #58064

Merged
merged 1 commit into from
Feb 23, 2019

Commits on Feb 18, 2019

  1. override VecDeque::try_rfold, also update iterator

    This keeps the slice based iteration and updates the iterator
    state after each slice. It also uses a loop to reduce the amount
    of code.
    
    This uses unsafe code, so some thorough review would be
    appreciated.
    llogiq committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    64c915e View commit details
    Browse the repository at this point in the history