Function collections::vec::unzipDeprecated [-]  [+] [src]

pub fn unzip<T, U, V: Iterator<(T, U)>>(iter: V) -> (Vec<T>, Vec<U>)

Deprecated: use unzip directly on the iterator instead.