reiterate

Function reiterate 

Source
pub fn reiterate<I: IntoIterator>(iter: I) -> Reiterator<I::IntoIter>
Expand description

Create a Reiterator from anything that can be turned into an Iterator.