I120

Type Alias I120 

Source
pub type I120 = Signed<120, 2>;
Expand description

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

Aliased Typeยง

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