alloy_primitives::aliases

Type Alias 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 */ }