Type Definition fastmap::H256FastMap
source · [−]pub type H256FastMap<T> = HashMap<H256, T, BuildHasherDefault<PlainHasher>>;
Expand description
Specialized version of HashMap
with H256 keys and fast hashing function.
pub type H256FastMap<T> = HashMap<H256, T, BuildHasherDefault<PlainHasher>>;
Specialized version of HashMap
with H256 keys and fast hashing function.