Type Alias I64

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

Signed bit integer.

Aliased Typeยง

struct I64(/* private fields */);