alloy_primitives::aliases

Type Alias 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 */);