Skip to content

u64

The u64 is the literal suffix for the 64-bit unsigned integer data type.

Syntax

7u64

Example Code

var uint64 i = 7u64;