I192

Type Alias I192 

Source
pub type I192 = Signed<192, 3>;
Expand description

192-bit signed integer type, consisting of 3, 64-bit limbs.

Aliased Typeยง

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