- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 110字
- 2021-07-02 23:07:15
Variables
As with all programming languages, we need a way to store information within our application. This information can be anything and, as with every other language, it's stored in a variable. However, unlike every other language, Rust does not store data in the same way as (say) C does.
To that end, in this chapter we will do the following:
- Understand variable mutability
- See how Rust stores information in a variable, and the types of variable available
- See how Rust deals with vector variable types
- Understand how Rust can and cannot manipulate variables
- See how Rust can pass variables
- Take a look at how Rust stores a variable internally
推薦閱讀
- 算法基礎:打開程序設計之門
- ASP.NET Core 2 and Vue.js
- Java程序員面試算法寶典
- Linux網絡程序設計:基于龍芯平臺
- GeoServer Beginner's Guide(Second Edition)
- Java EE 8 Application Development
- Selenium Testing Tools Cookbook(Second Edition)
- Python High Performance Programming
- HTML5從入門到精通(第4版)
- Quantum Computing and Blockchain in Business
- Python程序設計與算法基礎教程(第2版)(微課版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- Penetration Testing with the Bash shell
- Java 9 with JShell
- 算法訓練營:海量圖解+競賽刷題(入門篇)