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 More FusedIterator #550

Merged
merged 2 commits into from Jun 8, 2021
Merged

Commits on May 26, 2021

  1. Add more FusedIterator

    Some Iterator is fused if the underlying Iterator is fused.
    (UniqueBy, Unique, InterleaveShortest, Product, MergeBy, FilterOk,
    FilterMapOk, Positions, Update)
    Combinations is fused.
    aobatact committed May 26, 2021
    Copy the full SHA
    ccc5081 View commit details
    Browse the repository at this point in the history
  2. Add more FusedIterator

    Mark FusedIterator to WhileSome, RcIter, PadUsing, TupleWindows,
    TupleCombinations, RepeatN, Powerset, CombinationsWithReplacement,
    WithPosition, KMergeBy
    aobatact committed May 26, 2021
    Copy the full SHA
    f9ccc34 View commit details
    Browse the repository at this point in the history