Type Definition erg_common::fxhash::FxHashSet

source · []
pub type FxHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher>>;