alloy_primitives::aliases

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