Expand description
Iterator utilities.
Structs§
- Exact
Size - Iterator type returned by
IteratorExt::exact_size. - Repeat
Clone - Iterator type returned by
IteratorExt::repeat_clone.
Traits§
- Iterator
Ext - Extension methods for iterators.
Functions§
- consolidate_
iter differential-dataflow - Proactively consolidate adjacent elements in an iterator.
- consolidate_
update_ iter differential-dataflow - Proactively consolidate adjacent elements in an iterator. (Triple / update edition.)
- merge_
iters_ by - Combine a stream of iterators into a new iterator, according to the provided merge function.