I72

Type Alias I72 

Source
pub type I72 = Signed<72, 2>;
Expand description

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

Aliased Typeยง

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