Type Alias ra_ap_test_utils::FxHashMap

source ·
pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description

Type alias for a hashmap using the fx hash algorithm.

Aliased Type§

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