fastmap

Type Alias H256FastSet

Source
pub type H256FastSet = HashSet<H256, BuildHasherDefault<PlainHasher>>;
Expand description

Specialized version of HashSet with H256 values and fast hashing function.

Aliased Typeยง

struct H256FastSet { /* private fields */ }