pub fn peekable_exhaust<T: Exhaust>() -> Pei<T>
Construct a Peekable exhaustive factory iterator.
Peekable
Peekable iterators are useful for iterating over the product of multiple iterators.