Type Definition ethcore_bigint::hash::H256FastSet [] [src]

type H256FastSet = HashSet<H256, BuildHasherDefault<PlainHasher>>;

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