Module alloc::collections::btree::merge_iter
source · Structs
- 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.