Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 201 Bytes

File metadata and controls

15 lines (8 loc) · 201 Bytes

uint64

Basic unsigned integer type.

Binary Encoding

An unsigned 64-bit integer (8 bytes).

JSON Encoding

A JSON number.

Text Encoding

The decimal string representation of the integer.