Skip to content

i64

The i64 is the literal suffix for the 64-bit signed integer data type.

Syntax

7i64

Example Code

var int64 i = 7i64;