alloy_primitives::aliases

Type Alias U40

Source
pub type U40 = Uint<40, 1>;
Expand description

40-bit unsigned integer type, consisting of 1, 64-bit limbs.

Aliased Typeยง

struct U40 { /* private fields */ }