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 find_or_last method to Itertools trait #535

Merged
merged 7 commits into from May 4, 2021

Commits on Apr 10, 2021

  1. Add find_or_last method

    mankinskin committed Apr 10, 2021
    Copy the full SHA
    c767441 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b773be3 View commit details
    Browse the repository at this point in the history
  3. Fix doc test

    mankinskin committed Apr 10, 2021
    Copy the full SHA
    7bd13fc View commit details
    Browse the repository at this point in the history
  4. Add more tests to doc test

    mankinskin committed Apr 10, 2021
    Copy the full SHA
    b5c1242 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    mankinskin committed Apr 10, 2021
    Copy the full SHA
    f02cfd9 View commit details
    Browse the repository at this point in the history
  6. Implement alternative implementation of find_or_last

    using accumulator variable and find_map
    mankinskin committed Apr 10, 2021
    Copy the full SHA
    4a52f3c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    086b7d2 View commit details
    Browse the repository at this point in the history