Module core_extensions::iterators
source · Expand description
Iterator adaptors and constructors.
Structs§
- Implements
IntoIterator::into_iter
by cloning the iterator it references. - Uses a closure to construct
Iterator
s. - A version of
std::iter::OnceWith
usable in Rust 1.41.0. - An Iterator that replaces the
nth
element with another value.
Traits§
- Extension trait for
std::iter::Iterator
implementors.