alloy_primitives::aliases

Type Alias I72

Source
pub type I72 = Signed<72, 2>;
Expand description

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

Aliased Typeยง

struct I72(/* private fields */);