Type Alias alloy_primitives::aliases::I240

source ·
pub type I240 = Signed<240, 4>;
Expand description

240-bit signed integer type, consisting of 4, 64-bit limbs.

Aliased Type§

struct I240(/* private fields */);