JuliaGraphs / GraphsBase.jl

Basic interface and structures for the JuliaGraphs ecosystem
http://juliagraphs.org/GraphsBase.jl/
MIT License
11 stars 1 forks source link

Traits-based dispatch #12

Closed gdalle closed 9 months ago

gdalle commented 9 months ago

In the API proposal https://github.com/JuliaGraphs/Graphs.jl/issues/146, some traits are useful for dispatch, but I feel like some are only useful to throw exceptions if something is not permitted (like is_mutable). Do we really need traits for that?

gdalle commented 9 months ago

Closing in favor of #2