Function test_edges_first

Source
pub fn test_edges_first<T>(graph: &mut T)
where T: Graph<Vertex = Vertex, Edge = Edge>,