[][src]Type Definition ra_ap_test_utils::FxHashMap

type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;

Type alias for a hashmap using the fx hash algorithm.