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