Type Alias reflexo_typst2vec::hash::FxHashSet
source · pub type FxHashSet<V> = HashSet<V, FxBuildHasher>;Expand description
Type alias for a hash set that uses the Fx hashing algorithm.
Aliased Type§
struct FxHashSet<V> { /* private fields */ }