pub fn reiterate<I: IntoIterator>(iter: I) -> Reiterator<I::IntoIter>Expand description
Create a Reiterator from anything that can be turned into an Iterator.
pub fn reiterate<I: IntoIterator>(iter: I) -> Reiterator<I::IntoIter>Create a Reiterator from anything that can be turned into an Iterator.