Type Definition hashbrown::hash_map::DefaultHashBuilder

source ·
pub type DefaultHashBuilder = BuildHasherDefault<FxHasher>;
Expand description

Type alias for a HashBuilder using the fx hash algorithm.