Implement Index
and IndexMut
std traits for Graph and Path
#15
Labels
enhancement
New feature or request
Index
and IndexMut
std traits for Graph and Path
#15
Implement
Index
andIndexMut
trais forGraph
andPath
(and other graph wrappers if new are implemented before this is done).These operations should be implemented both for vertex index and edge index types, so it is possible to get a vertex data by indexing with vertex index and edge data by edge index.
The text was updated successfully, but these errors were encountered: