Type Definition pi_hash::XHashMap

source · []
pub type XHashMap<K, V> = HashMap<K, V, BuildHasherDefault<DefaultHasher>>;