alloy_primitives::aliases

Type Alias I88

Source
pub type I88 = Signed<88, 2>;
Expand description

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

Aliased Typeยง

struct I88(/* private fields */);