U256Set

Type Alias U256Set 

pub type U256Set = HashSet<Uint<256, 4>, FbBuildHasher<32>>;
Expand description

HashSet optimized for hashing U256.

Aliased Typeยง

pub struct U256Set { /* private fields */ }