pub type AHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Available on crate feature __utils only.