Methods to get max and min keys
Open
- Dominant language
- Rust
- Stars
- 77
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
I would like to get the key with the maximum and minimum number of duplicates. To do that with the current API, I have to convert it to a vec and use `max_by`. It would be great if `HashBag` had this functionality build in.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.