u8
The u8 is the literal suffix for the 8-bit unsigned integer data type.
Syntax
7u8
Example Code
var uint8 i = 7u8;
The u8 is the literal suffix for the 8-bit unsigned integer data type.
7u8
var uint8 i = 7u8;