Type Alias I128

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

Signed bit integer.

Aliased Typeยง

struct I128(/* private fields */);