[−][src]Type Definition rustc_hash::FxHashSet
type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx
hash algorithm.
type FxHashSet<V> = HashSet<V, BuildHasherDefault<FxHasher>>;
Type alias for a hashmap using the fx
hash algorithm.