scalable-concurrent-containers
scalable-concurrent-containers copied to clipboard
Feature request: remove_all() returning all items.
Can this be added for all containers?
Remove all items from all containers, return them Option<Vec<V>>
or Option<Vec<(K, V)>>
.
Scanning and copy key to remove using 2 loops is pain.