Type Alias alloy_primitives::aliases::I152

source ·
pub type I152 = Signed<152, 3>;
Expand description

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

Aliased Type§

struct I152(/* private fields */);