Function test_index_remove

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