I104

Type Alias I104 

Source
pub type I104 = Signed<104, 2>;
Expand description

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

Aliased Typeยง

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