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