u16
The u16 is the literal suffix for the 16-bit unsigned integer data type.
Syntax
7u16
Example Code
var uint16 i = 7u16;
The u16 is the literal suffix for the 16-bit unsigned integer data type.
7u16
var uint16 i = 7u16;