Crate iterutils

Source

Structsยง

MultiIterator
A flexible multi iterator It allow you to use a choose function to choose item to iterator
OrderedIterator
A special ordered iterator that helps you to iterate elements with global order.
SeqIter
Sequential iterator iterates over 1 or more iterators It consumes in the order of adding. After one exhausted, it moves to next, until all iterators had been exhausted.