Skip to content

By-reference version of extend #281

@clarfonthey

Description

@clarfonthey

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions