u64
The u64 is the literal suffix for the 64-bit unsigned integer data type.
Syntax
7u64
Example Code
var uint64 i = 7u64;
The u64 is the literal suffix for the 64-bit unsigned integer data type.
7u64
var uint64 i = 7u64;