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