pub type FxHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher>>;
pub struct FxHashSet<T> { /* private fields */ }