alloy_primitives::aliases

Type Alias I216

Source
pub type I216 = Signed<216, 4>;
Expand description

216-bit signed integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

struct I216(/* private fields */);