OldGraphs.jl
OldGraphs.jl copied to clipboard
Objection to adding dedicated user data field to ExVertex?
I'm currently using
ExVertex.attributes["data"] = T(...)
and would like to natively support user data types which default to nothing
if unused.
Any objections?