Type Alias veloren_world::util::DHashSet

source ·
pub type DHashSet<T> = HashSet<T, BuildHasherDefault<FxHasher32>>;

Aliased Type§

struct DHashSet<T> { /* private fields */ }