Crate iterator_endiate

Source
Expand description

§Iterator endiate

Adds two new methods to iterators (specifically only ExactSizeIterators) for evaluating whether the item is the last in the iterator.

Similar to Iterator::enumerate which adds counts to items.

Structs§

Endiate
From EndiateIteratorExt::endiate
NEndiate
From EndiateIteratorExt::nendiate

Traits§

EndiateIteratorExt
Extension trait for adding EndiateIteratorExt::endiate and EndiateIteratorExt::nendiate