Skip to content

Drain #3

Description

@leudz

Re-implement Drain so it doesn't use vec::Drain.
vec::Drain has to give the elements in the right order and impl Drop to make it work.
BeachMap doesn't guaranty any order so it can be implemented backward and not impl Drop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions