Skip to content

i128

The i128 is the literal suffix for the 128-bit signed integer data type.

Syntax

7i128

Example Code

var int128 i = 7i128;