Structsยง
- Copy
Reiterate - An adaptor around an iterator over Copy items that can produce multiple iterators sharing an underlying cache.
- Copy
Reiterator - 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