Skip to main content

U256Set

Type Alias U256Set 

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

HashSet optimized for hashing U256.

Aliased Typeยง

pub struct U256Set { /* private fields */ }