Structs§
- PeekNth
- See
peek_nth()
for more information.
Functions§
- peek_
nth - A drop-in replacement for
std::iter::Peekable
which adds apeek_nth
method allowing the user topeek
at a value several iterations forward without advancing the base iterator.