alloy_primitives::aliases

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