Function itertools::zip_longest::zip_longest
source · pub fn zip_longest<T, U>(a: T, b: U) -> ZipLongest<T, U> ⓘ
Expand description
Create a new ZipLongest
iterator.
pub fn zip_longest<T, U>(a: T, b: U) -> ZipLongest<T, U> ⓘ
Create a new ZipLongest
iterator.