Module collections

Source
Expand description

Collections utilities.

Traits§

HashMapExt
A convenience trait that can be used together with the type aliases defined to get access to the new() and with_capacity() methods for the HashMap type alias.
HashSetExt
A convenience trait that can be used together with the type aliases defined to get access to the new() and with_capacity() methods for the HashSet type aliases.

Type Aliases§

FastConcurrentHashMap
Fast concurrent HashMap.
FastHashMap
Fast HashMap.
FastHashSet
Fast HashSet.