alloy_primitives::aliases

Type Alias I168

Source
pub type I168 = Signed<168, 3>;
Expand description

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

Aliased Typeยง

struct I168(/* private fields */);