alloy_primitives::aliases

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