Type Alias I64

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

Signed bit integer.

Aliased Typeยง

struct I64(/* private fields */);