Expand description
Iterator adaptors and constructors.
Structs§
- Iter
Cloner - Implements
IntoIterator::into_iter
by cloning the iterator it references. - Iter
Constructor - Uses a closure to construct
Iterator
s. - Lazy
Once - A version of
std::iter::OnceWith
usable in Rust 1.41.0. - Replace
Nth - An Iterator that replaces the
nth
element with another value.
Traits§
- Iterator
Ext - Extension trait for
std::iter::Iterator
implementors.