Crate iter_identify_first_last

Crate iter_identify_first_last 

Source
Expand description

§Feature flags

  • nightly (enabled by default) — disable to make the library compatible with stable and beta Rust channels.

Structs§

IdentifyFirst
An iterator that yields the marking the first element boolean flag and the element during iteration.
IdentifyFirstLast
An iterator that yields the marking the boundary elements boolean flags and the element during iteration.
IdentifyLast
An iterator that yields the marking the last element boolean flag and the element during iteration.

Traits§

IteratorIdentifyFirstLastExt
Extends Iterator with methods for marking first and last elements with boolean flags.