Expand description
Chain of two or more concurrent iterators.
Structsยง
- Chain
Known LenI - Chain of two concurrent iterators where the length of the first iterator is
known with certainly; i.e.,
I
implementsExactSizeConcurrentIter
. - Chain
Unknown LenI - Chain of two concurrent iterators where the length of the first iterator is not
known with certainly; i.e.,
I
does not implementExactSizeConcurrentIter
.