pub type I512 = Signed<512, 8>;
Expand description
512-bit signed integer type, consisting of 8, 64-bit limbs.
Aliased Type§
struct I512(/* private fields */);
pub type I512 = Signed<512, 8>;
512-bit signed integer type, consisting of 8, 64-bit limbs.
struct I512(/* private fields */);