Open
Description
First of all, thank you very much for the quick responses and gentle guidance. I also stumbled over the missing len()
method, which I implemented for myself in my fork. A lot of these methods are very easy to pass through from the underlying HashMap
. Here is a list of all methods missing compared with HashMap
.
Methods
- capacity
- clear
- drain
- entry
- get_key_value and then also get_key_value_alt
- hasher
- is_empty
- iter_mut
- keys and then also get_keys_alt
- len
- raw_entry maybe not
- raw_entry_mut maybe not
- remove_entry
- reserve
- retain
- shrink_to
- shrink_to_fit
- try_reserve
- values
- values_mut
- with_capacity_and_hasher
- with_hasher
Trait Implementations
Blanket Implementations
If you have no objections, I would try to implement some of the these, in the coming weeks and create PRs as soon as I accumulated a meaningful contribution. If someone else is working on it, we could check the boxes, to avoid duplicate work
Metadata
Metadata
Assignees
Labels
No labels