You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
550: Add More FusedIterator r=jswrenn a=aobatact
These Iterator is fused if the underlying Iterator is fused.
- `FilterOk`
- `FilterMapOk`
- `InterleaveShortest`
- `KMergeBy`
- `MergeBy`
- `PadUsing`
- `Positions`
- `Product`
- `RcIter`
- `TupleWindows`
- `Unique`
- `UniqueBy`
- `Update`
- `WhileSome`
These is fused even though the underlying Iterator is not fused.
- `Combinations`
- `CombinationsWithReplacement`
- `Powerset`
- `RepeatN`
- `WithPosition`
`FusedIterator` can be added to these structs.
Related #55, #152, #531, #533
I separate the pull request with #548 because these Iterator are sure to be fused because it was documented, but I'm not 100% sure that the structs in this PR is actually fused. (Though I believe it is.)
Co-authored-by: aobatact <aobatact144@gmail.com>
Ideally when it's stable, but we can have a crate feature until then
The text was updated successfully, but these errors were encountered: