Skip to content

u32

The u32 is the literal suffix for the 32-bit unsigned integer data type.

Syntax

7u32

Example Code

var uint32 i = 7u32;