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