Basic usage and examples
Modules - API
Indices
Vertex index.
Vertices can be used directly as list and array indices, i.e., one can write some_list[v] instead of the slightly longer some_list[v.index] expression.
some_list[v]
some_list[v.index]
int