Skip to content

Add more methods to BTreeMap #87

@peterpeterparker

Description

@peterpeterparker

Motivation

I am currently implementing the ic-stable-structures in Juno and I whish following methods would have been available as they are in the standard BTreeMap.

Note

None are blocker as they can be solved using iter() and other operator.

List

WIP: I'll update the list according my progress. Here are those already known:

  • keys() & into_keys()
  • values() & into_values()
  • into_iter() (?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions