Structs§
- PeekNth
- See
peek_nth()for more information.
Functions§
- peek_
nth - A drop-in replacement for
std::iter::Peekablewhich adds apeek_nthmethod allowing the user topeekat a value several iterations forward without advancing the base iterator.