Skip to content

u16

The u16 is the literal suffix for the 16-bit unsigned integer data type.

Syntax

7u16

Example Code

var uint16 i = 7u16;