pnevyk / gryf

Graph data structure library aspiring to be convenient, versatile, correct and performant.
MIT License
69 stars 1 forks source link

Implement indexing for graph encapsulations #62

Closed pnevyk closed 1 year ago

pnevyk commented 1 year ago

Partially implements #15. Supporting edge indexing will not be straightforward because of the generic index types.