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 1581 (FusedIterator) #35656

Merged
merged 1 commit into from
Aug 23, 2016
Merged

Implement 1581 (FusedIterator) #35656

merged 1 commit into from
Aug 23, 2016

Commits on Aug 18, 2016

  1. Add a FusedIterator trait.

    This trait can be used to avoid the overhead of a fuse wrapper when an iterator
    is already well-behaved.
    
    Conforming to: RFC 1581
    Closes: rust-lang#35602
    Stebalien committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    de91872 View commit details
    Browse the repository at this point in the history