MetaGraphs.jl
MetaGraphs.jl copied to clipboard
Feature Request: indexing edges
It would be nice to support indexing on edges, as is done on nodes. This would allow querying an edge based on the index:
For example, g["edge_name", :id]
would return the Edge
that has that id.