fastmap

Type Alias H256FastMap

Source
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 */ }