Skip to content

int16

The int16 is the 16-bit signed integer data type.

Syntax

int16 i = 7i16; // immutable
var int16 i = 7i16; // mutable