diff options
Diffstat (limited to 'Rust.md')
-rw-r--r-- | Rust.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -15,3 +15,11 @@ [[Primitive values such as the array are allocated on the stack]] [[Arrays are useful when you know the length will not change]] [[Array notation]] +[[A scope block is an expression]] +[[Adding a semicolon to the end of a line turns it into a statement]] +[[How to return from a function]] +[[Statement vs expression]] +[[There is no truthiness]] +[[If is not a statement but an expression]] +[[Returning values from loops]] +[[Loop over an array with for-in]] |