Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 269 Bytes

2022_07_02.md

File metadata and controls

15 lines (7 loc) · 269 Bytes

2022_07_02

本日的学习内容主要是:

  • 数组、元组定义与使用

Rust 语言学习

使用下划线开头忽略未使用的变量。

Rust对数据类型要求很严格,类型确定后就不能再更改。

不可变的变量与常量的差别