parry3d::utils::hashmap

Type Alias HashMap

source
pub type HashMap<K, V> = HashMap<K, V, FxBuildHasher>;
Expand description

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

Aliased Typeยง

struct HashMap<K, V> { /* private fields */ }