pub fn zip_longest<T, U>(a: T, b: U) -> ZipLongest<T, U> ⓘwhere T: Iterator, U: Iterator,
Create a new ZipLongest iterator.
ZipLongest