Type Alias alloy_primitives::aliases::I80

source ·
pub type I80 = Signed<80, 2>;
Expand description

80-bit signed integer type, consisting of 2, 64-bit limbs.

Aliased Type§

struct I80(/* private fields */);