Skip to content

int8

The int8 is the 8-bit signed integer data type.

Syntax

int8 i = 7i8; // immutable
var int8 i = 7i8; // mutable