Which standard collection most directly expresses a key-value map that must iterate by ke…

from Collections
Rust 1.98 beginner 1 min

Which standard collection most directly expresses a key-value map that must iterate by key and answer key-range queries?

Report an error