uint literals
suggest changeuint
literals are defined by using the suffix U
or u
, or by using an integral values within the range of uint
:
uint ui = 5U;
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents