Skip to main content

I64

Type Alias I64 

Source
pub type I64 = Int<{ _ }>;
Expand description

64-bit signed integer type.

Aliased Typeยง

pub struct I64(/* private fields */);