pub type B256HashSet = HashSet<FixedBytes<32>, FbBuildHasher<32>>;
HashSet optimized for hashing B256.
HashSet
B256
struct B256HashSet { /* private fields */ }