Type Alias alloy_primitives::map::HashMap

source ·
pub type HashMap<K, V, S = DefaultHashBuilder> = HashMap<K, V, S>;
Expand description

A HashMap using the default hasher.

See HashMap for more information.

Aliased Type§

struct HashMap<K, V, S = DefaultHashBuilder> { /* private fields */ }