Type Alias alloy_primitives::aliases::I88
source · pub type I88 = Signed<88, 2>;
Expand description
88-bit signed integer type, consisting of 2, 64-bit limbs.
Aliased Type§
struct I88(/* private fields */);
pub type I88 = Signed<88, 2>;
88-bit signed integer type, consisting of 2, 64-bit limbs.
struct I88(/* private fields */);