Module iterator

Source

Traitsยง

Iterator
A trait for dealing with iterators.
IteratorRefSpec ๐Ÿ”’
Helper trait to specialize fold and try_fold for &mut I where I: Sized

Functionsยง

_assert_is_dyn_compatible ๐Ÿ”’
iter_compare ๐Ÿ”’
Compares two iterators element-wise using the given function.