Expand description
Iterator adaptors and constructors.
Structs§
- Iter
Cloner - Implements
IntoIterator::into_iterby cloning the iterator it references. - Iter
Constructor - Uses a closure to construct
Iterators. - Lazy
Once - A version of
std::iter::OnceWithusable in Rust 1.41.0. - Replace
Nth - An Iterator that replaces the
nthelement with another value.
Traits§
- Iterator
Ext - Extension trait for
std::iter::Iteratorimplementors.