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.,
IimplementsExactSizeConcurrentIter. - Chain
Unknown LenI - Chain of two concurrent iterators where the length of the first iterator is not
known with certainly; i.e.,
Idoes not implementExactSizeConcurrentIter.