alloy_primitives::aliases

Type Alias I104

Source
pub type I104 = Signed<104, 2>;
Expand description

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

Aliased Typeยง

struct I104(/* private fields */);