iterator-endiate

Crates.ioiterator-endiate
lib.rsiterator-endiate
version0.2.1
sourcesrc
created_at2021-12-07 16:33:54.984498
updated_at2022-12-30 19:16:50.079247
descriptionExtension method for (exact size) iterators which yields tuple containing whether item is last in iterator
homepage
repositoryhttps://github.com/kaleidawave/iterator-endiate
max_upload_size
id493931
size6,122
Ben (kaleidawave)

documentation

README

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.

Commit count: 6

cargo fmt