Crate prev_iter

Source
Expand description

prev-iter contains an iterator which allows you to view the previous element.

Structsยง

PrevPeekable
An iterator with prev(), prev_peek(), and peek() functions that return the previous element, a reference to the previous element, or a reference to the next element, respectively.