Type Alias I128

Source
pub type I128 = Int<4>;
Available on 32-bit only.
Expand description

Signed bit integer.

Aliased Typeยง

struct I128(/* private fields */);