Module mz_ore::collections
source · Expand description
Collection utilities.
Modules§
- hash 🔒Stable wrappers around the stdlib
Hash
collections.
Structs§
- A wrapper around
std::collections::HashMap
that hides methods that expose unstable iteration order. - A wrapper around
std::collections::HashSet
that hides methods that expose unstable iteration order.
Traits§
- Extension methods for associative collections.
- Extension methods for collections.