Skip to content

int128

The int128 is the 128-bit signed integer data type.

Syntax

int128 i = 7i128; // immutable
var int128 i = 7i128; // mutable