pub fn test_index_update<T>(graph: &mut T)where T: Graph<Vertex = Vertex, Edge = Edge> + SupportsVertexHashIndex,