Expand description
Collections utilities.
Traits§
- Hash
MapExt - A convenience trait that can be used together with the type aliases defined to
get access to the
new()andwith_capacity()methods for the HashMap type alias. - Hash
SetExt - A convenience trait that can be used together with the type aliases defined to
get access to the
new()andwith_capacity()methods for the HashSet type aliases.
Type Aliases§
- Fast
Concurrent Hash Map - Fast concurrent HashMap.
- Fast
Hash Map - Fast HashMap.
- Fast
Hash Set - Fast HashSet.