petgraph::util

Function zip

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