pub fn interleave_shortest<I, J>(i: I, j: J) -> InterleaveShortest<I, J> where
    I: Iterator,
    J: Iterator<Item = I::Item>,
Expand description

Create a new InterleaveShortest iterator.