Expand description
prev-iter
contains an iterator which allows you to view the previous element.
Structsยง
- Prev
Peekable - An iterator with
prev()
,prev_peek()
, andpeek()
functions that return the previous element, a reference to the previous element, or a reference to the next element, respectively.