Type Definition pi_hash::XHashSet

source · []
pub type XHashSet<K> = HashSet<K, BuildHasherDefault<DefaultHasher>>;