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