Crate prev_iter [] [src]

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.