Type Alias I2048

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

Signed bit integer.

Aliased Typeยง

struct I2048(/* private fields */);