pub type HashMap<K, V, S = RandomState> = HashMap<K, V, S>;
Expand description
A HashMap
using the default hasher.
See HashMap
for more information.
Aliased Typeยง
struct HashMap<K, V, S = RandomState> { /* private fields */ }
pub type HashMap<K, V, S = RandomState> = HashMap<K, V, S>;
A HashMap
using the default hasher.
See HashMap
for more information.
struct HashMap<K, V, S = RandomState> { /* private fields */ }