Crate fullypeek

Source
Expand description

This crate contains an iterator which allows you to fully peek forward any number of elements.

Structs§

FullyPeekableIterator
A trait for an interator which allows you to fully peek forward any number of elements.

Traits§

IntoFullyPeekableIterator
A trait for an iterator which allows you to fully peek forward any number of elements.