Type Alias alloy_primitives::aliases::I176

source ·
pub type I176 = Signed<176, 3>;
Expand description

176-bit signed integer type, consisting of 3, 64-bit limbs.

Aliased Type§

struct I176(/* private fields */);