June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -4,3 +4,4 @@
|
|||
0o10 // Octal
|
||||
1_000 // Underscores may appear anywhere in the numeric literal for clarity
|
||||
10_i32 // The type (in this case i32, a 32-bit signed integer) may also be appended.
|
||||
10i32 // With or without underscores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue