Crate prev_iter

source ·
Expand description

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

Structs§

  • 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.