alloy_primitives::aliases

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