alloy_primitives::aliases

Type Alias I144

Source
pub type I144 = Signed<144, 3>;
Expand description

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

Aliased Typeยง

struct I144(/* private fields */);