alloy_primitives::aliases

Type Alias U56

Source
pub type U56 = Uint<56, 1>;
Expand description

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

Aliased Typeยง

struct U56 { /* private fields */ }