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