I88

Type Alias I88 

Source
pub type I88 = Signed<88, 2>;
Expand description

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

Aliased Typeยง

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