Crate interleaved_ordered
source · [−]Expand description
Interleave two ordered iterators to create a new ordered iterator.
Structs
Iterator that encapsulates two other ordered iterators to yield their results in order.
Functions
Interleave two ordered iterators, yielding a new iterator whose items are also ordered.