update(index-list): add tuple

pull/650/head
Allan Downey 3 years ago
parent 8aa54e725b
commit c7b5cdf8ba

@ -241,9 +241,12 @@
## T ## T
| 名称 | 关键字 | 简介 | | 名称 | 关键字 | 简介 |
| ---- | ------ | ------------- | | ------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| T | KWT | TIntroduction | | [Tuple 元组] | | 由多种类型组合一起,元组的长度是固定的,元组中元素的顺序也是固定的<br>用模式匹配解构元组: `let (x, y, z) = (20, 19.2, 1)`<br>`.` 来访问元组: `tuple.0` 索引从 0 开始 |
| T | KWT | TIntroduction |
[tuple 元组]: https://course.rs/basic/compound-type/tuple.html#元组
[back](#head) [back](#head)

Loading…
Cancel
Save