pub type H256FastMap<T> = HashMap<H256, T, BuildHasherDefault<PlainHasher>>;
Expand description
Specialized version of HashMap
with H256 keys and fast hashing function.
Aliased Typeยง
struct H256FastMap<T> { /* private fields */ }
pub type H256FastMap<T> = HashMap<H256, T, BuildHasherDefault<PlainHasher>>;
Specialized version of HashMap
with H256 keys and fast hashing function.
struct H256FastMap<T> { /* private fields */ }