alloy_primitives::aliases

Type Alias I136

Source
pub type I136 = Signed<136, 3>;
Expand description

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

Aliased Typeยง

struct I136(/* private fields */);