Module collections

Source
Expand description

Collection utilities.

Modules§

hash 🔒
Stable wrappers around the stdlib Hash collections.

Structs§

HashMap
A wrapper around std::collections::HashMap that hides methods that expose unstable iteration order.
HashSet
A wrapper around std::collections::HashSet that hides methods that expose unstable iteration order.

Traits§

AssociativeExt
Extension methods for associative collections.
CollectionExt
Extension methods for collections.