Module peek_nth

Source

Structs§

PeekNth
See peek_nth() for more information.

Functions§

peek_nth
A drop-in replacement for std::iter::Peekable which adds a peek_nth method allowing the user to peek at a value several iterations forward without advancing the base iterator.