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 take_while_inclusive method #616

Merged
merged 7 commits into from Jun 19, 2023
Merged

Commits on May 23, 2022

  1. added take_until adaptor and doctests

    Erik Rhodes committed May 23, 2022
    Configuration menu
    Copy the full SHA
    11ca791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d5c7c View commit details
    Browse the repository at this point in the history
  3. changed docs formatting to fit in with existing code

    Erik Rhodes committed May 23, 2022
    Configuration menu
    Copy the full SHA
    37cd391 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. added fusediterator impl and improved size hint, inspired by hdevalke…

    …/take-until
    Erik Rhodes committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d67e86f View commit details
    Browse the repository at this point in the history
  2. reversed semantics of predicate to read more naturally (takes element…

    …s until the predicate returns true)
    Erik Rhodes committed May 25, 2022
    Configuration menu
    Copy the full SHA
    681ed7a View commit details
    Browse the repository at this point in the history
  3. changed name to take_while_inclusive and reversed semantics back to m…

    …atch take_while
    Erik Rhodes committed May 25, 2022
    Configuration menu
    Copy the full SHA
    0b49d8b View commit details
    Browse the repository at this point in the history
  4. renamed some items and improved docs for clarity

    Erik Rhodes committed May 25, 2022
    Configuration menu
    Copy the full SHA
    91fe99e View commit details
    Browse the repository at this point in the history