uint literals

suggest change

uint literals are defined by using the suffix U or u, or by using an integral values within the range of uint:

uint ui = 5U;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents