parry3d::utils::hashset

Type Alias HashSet

Source
pub type HashSet<V> = HashSet<V, FxBuildHasher>;
Expand description

Type alias for a hash set that uses the Fx hashing algorithm.

Aliased Typeยง

struct HashSet<V> { /* private fields */ }