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
Similar to Julia's Base.get would be nice to have get_prop(mgr::AbstractMetaGraph, v, defaultvalue), get_prop(mgr::AbstractMetaGraph, n1, n2, defaultvalue) and so on.
The implementation should be super easy. Just checking with has_prop and act appropriately.
Personally I would find that useful. Other opinions ?
The text was updated successfully, but these errors were encountered:
Similar to Julia's
Base.get
would be nice to haveget_prop(mgr::AbstractMetaGraph, v, defaultvalue)
,get_prop(mgr::AbstractMetaGraph, n1, n2, defaultvalue)
and so on.The implementation should be super easy. Just checking with
has_prop
and act appropriately.Personally I would find that useful. Other opinions ?
The text was updated successfully, but these errors were encountered: