Type Alias alloy_primitives::aliases::U192
source · pub type U192 = Uint<192, 3>;
Expand description
192-bit unsigned integer type, consisting of 3, 64-bit limbs.
Aliased Type§
struct U192 { /* private fields */ }
pub type U192 = Uint<192, 3>;
192-bit unsigned integer type, consisting of 3, 64-bit limbs.
struct U192 { /* private fields */ }