Type Alias U256Set

Source
pub type U256Set = HashSet<U256, FbBuildHasher<32>>;
Expand description

HashSet optimized for hashing U256.

Aliased Typeยง

struct U256Set { /* private fields */ }