Crates.io | iterator-endiate |
lib.rs | iterator-endiate |
version | 0.2.1 |
source | src |
created_at | 2021-12-07 16:33:54.984498 |
updated_at | 2022-12-30 19:16:50.079247 |
description | Extension method for (exact size) iterators which yields tuple containing whether item is last in iterator |
homepage | |
repository | https://github.com/kaleidawave/iterator-endiate |
max_upload_size | |
id | 493931 |
size | 6,122 |
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.