pnevyk / gryf

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

Implement generic index types #19

Closed pnevyk closed 1 year ago

pnevyk commented 1 year ago

This is a version of generic index types that compiles, but it has still many rough edges. A few examples:

Following commits should resolve mentioned problems and polish the code in general.

pnevyk commented 1 year ago

Implements #17