alloy_primitives::aliases

Type Alias I96

Source
pub type I96 = Signed<96, 2>;
Expand description

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

Aliased Typeยง

struct I96(/* private fields */);