I216

Type Alias I216 

Source
pub type I216 = Signed<216, 4>;
Expand description

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

Aliased Typeยง

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