pnevyk / gryf

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

Consider changing `add_edge(src, dst, e)` to `add_edge(e: impl IntoEdge)` #51

Open pnevyk opened 1 year ago

pnevyk commented 1 year ago

Advantages:

Disadvantages:


In summary, I am not much in favor of this change, but just wanted to leave a note if I change the opinion and the disadvantages will turn out not that bad.