JuliaAttic / OldGraphs.jl

Working with graphs in Julia
Other
205 stars 81 forks source link

Objection to adding dedicated user data field to ExVertex? #233

Open dehann opened 7 years ago

dehann commented 7 years ago

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?