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