We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uint literals are integers suffixed with ui, which stands for "unsigned integer".
uint
ui
Example 1
1000ui
Example 2
562345ui
Example 3
0ui
Table of Contents