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