uint64 top-level constant

_Uint64 const uint64

Converts a integer into eight bytes that represents an unsigned Int64 value.

The value has to be between 0 and 2⁶⁴ - 1, inclusive.

It has a byte length of 8.

Usage:

payload.set(uint64, 250);

Implementation

const uint64 = _Uint64();