Module merge_iter

Source

Structsยง

MergeIterInner ๐Ÿ”’
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.