Module rayon::iter::interleave_shortest
source · Structs§
InterleaveShortest
is an iterator that works similarly toInterleave
, but this version stops returning elements once one of the iterators run out.
InterleaveShortest
is an iterator that works similarly to
Interleave
, but this version stops returning elements once one
of the iterators run out.