Function petgraph::util::zip

source ยท
pub fn zip<I, J>(i: I, j: J) -> Zip<I::IntoIter, J::IntoIter>