Module iterators

Source
Expand description

Iterator adaptors and constructors.

Structs§

IterCloner
Implements IntoIterator::into_iter by cloning the iterator it references.
IterConstructor
Uses a closure to construct Iterators.
LazyOnce
A version of std::iter::OnceWith usable in Rust 1.41.0.
ReplaceNth
An Iterator that replaces the nth element with another value.

Traits§

IteratorExt
Extension trait for std::iter::Iterator implementors.