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