Skip to content

int32

The int32 is the 32-bit signed integer data type.

Syntax

int32 i = 7i32; // immutable
var int32 i = 7i32; // mutable