I112

Type Alias I112 

Source
pub type I112 = Signed<112, 2>;
Expand description

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

Aliased Typeยง

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