Hi. I read docs and find this part " You can write integer literals in any of the forms shown in Table 3-2. Note that all number literals except the byte literal allow a type suffix, such as 57u8
, and _
as a visual separator, such as 1_000
."
What does it mean "57u8" ?