You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the API proposal JuliaGraphs/Graphs.jl#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?
The text was updated successfully, but these errors were encountered:
In the API proposal JuliaGraphs/Graphs.jl#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?The text was updated successfully, but these errors were encountered: