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