Type Alias alloy_primitives::aliases::I40

source ·
pub type I40 = Signed<40, 1>;
Expand description

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

Aliased Type§

struct I40(/* private fields */);