Function itertools::adaptors::interleave_shortest
source · pub fn interleave_shortest<I, J>(a: I, b: J) -> InterleaveShortest<I, J> ⓘwhere
I: Iterator,
J: Iterator<Item = I::Item>,
Expand description
Create a new InterleaveShortest
iterator.