Skip to content

u128

The u128 is the literal suffix for the 128-bit unsigned integer data type.

Syntax

7u128

Example Code

var uint128 i = 7u128;