-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
Since Extend
is a trait, it requires mutable references, although DashMap
and DashSet
by themselves allow extending with shared references.
It would be nice to have a shorthand function that's equivalent to Extend
, but only requires a shared reference. Or, maybe &DashMap
and &DashSet
could implement Extend
, allowing you to bypass this restriction.
Metadata
Metadata
Assignees
Labels
No labels