Structsยง
- Merge
Iter ๐Inner - Core of an iterator that merges the output of two strictly ascending iterators, for instance a union or a symmetric difference.
Enumsยง
- Peeked ๐
- Benchmarks faster than wrapping both iterators in a Peekable, probably because we can afford to impose a FusedIterator bound.