3 unstable releases
0.2.1 | Dec 30, 2022 |
---|---|
0.2.0 | Dec 28, 2022 |
0.1.0 | Dec 7, 2021 |
#2118 in Rust patterns
193 downloads per month
Used in 4 crates
(2 directly)
4KB
Iterator endiate
Adds two new methods to iterators (specifically only ExactSizeIterator
s) for evaluating whether the item is the last in the iterator.
Similar to Iterator::enumerate
which adds counts to items.