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