-
-
Notifications
You must be signed in to change notification settings - Fork 9
usize literal
IsaacShelton edited this page Mar 21, 2022
·
1 revision
usize
literals are integers suffixed with uz
, which stands for "unsigned size".
Example 1
12345uz
Example 2
9876uz
Example 3
0uz