Skip to content

IndexMap/IndexSet: implement shift_remove and variants #678

Description

@sgued

The std-compatible indexmap crate has implemented a couple of additional functions for removal of values, that are O(n) instead of O(1) but keep the insertion order of the map. These should be ported to heapless's IndexMap.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions