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

Implement iter::Sum and iter::Product for Option #58975

Merged
merged 4 commits into from
May 29, 2019
Merged

Implement iter::Sum and iter::Product for Option #58975

merged 4 commits into from
May 29, 2019

Commits on Mar 6, 2019

  1. Implement iter::Sum and iter::Product for Option

    This is similar to the existing implementation for `Result`. It will
    take each item into the accumulator unless a `None` is returned.
    jtdowney committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    a35cdd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Update stable attribute to be since 1.35.0

    Co-Authored-By: jtdowney <jdowney@gmail.com>
    Centril and jtdowney committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    8c69876 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    422a4c0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    9f8d934 View commit details
    Browse the repository at this point in the history