I80

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ยง

pub struct I80(/* private fields */);