alloy_primitives::aliases

Type Alias I120

Source
pub type I120 = Signed<120, 2>;
Expand description

120-bit signed integer type, consisting of 2, 64-bit limbs.

Aliased Typeยง

struct I120(/* private fields */);