alloy_primitives::aliases

Type Alias I112

Source
pub type I112 = Signed<112, 2>;
Expand description

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

Aliased Typeยง

struct I112(/* private fields */);