I240

Type Alias I240 

Source
pub type I240 = Signed<240, 4>;
Expand description

240-bit signed integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

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