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() (?)
Motivation
I am currently implementing the
ic-stable-structuresin 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()(?)