Crate reiterate

Source

Structsยง

CopyReiterate
An adaptor around an iterator over Copy items that can produce multiple iterators sharing an underlying cache.
CopyReiterator
An individual iterator, produced by calling .into_iter() on an &CopyReiterate instance
Reiterate
An adaptor around an iterator that can produce multiple iterators sharing an underlying cache.
Reiterator
An individual iterator, produced by calling .into_iter() on an &Reiterate instance