Type Alias veloren_world::util::DHashSet
source · pub type DHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher32>>;
Aliased Type§
struct DHashSet<T> { /* private fields */ }
pub type DHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher32>>;
struct DHashSet<T> { /* private fields */ }