Protocol std::iter::IteratorExt

protocol IteratorExt<Self, T> { ... }
Self: Iterator<Self, T>

Extension mixin for Iterator types.

Contains various useful combinators and functions to work with iterators.

All structs that implement Iterator should also mix in this protocol.

Provided methods