alloy_primitives::aliases

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