Skip to content

int64

The int64 is the 64-bit signed integer data type.

Syntax

int64 i = 7i64; // immutable
var int64 i = 7i64; // mutable