File tree Expand file tree Collapse file tree 2 files changed +606
-870
lines changed
swift-6-beta.docc/LanguageGuide Expand file tree Collapse file tree 2 files changed +606
-870
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,15 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
115
115
| control transfer statement | 控制传递语句 |
116
116
| convenience initializer | 便利构造器 |
117
117
| convention | 约定 |
118
+ | decompose | 分解 |
118
119
| deinitialization | 析构过程 |
119
120
| deinitializer | 析构器 |
120
121
| designated initializer | 指定构造器 |
121
122
| dictionary | 字典 |
122
123
| enumeration | 枚举 |
123
124
| expression | 表达式 |
124
125
| extension | 扩展 |
126
+ | fallback (value) | 后备值 ?? 回退值 |
125
127
| fallthrough | 贯穿 |
126
128
| first-class | 一等 |
127
129
| function | 函数 |
@@ -134,10 +136,11 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
134
136
| iterate | 迭代 |
135
137
| labeled statement | 具名语句 |
136
138
| list | 列表 |
137
- | literal value | 字面量 |
139
+ | literal ( value) | 字面量 |
138
140
| metatype type | 元类型 |
139
141
| method | 方法 |
140
142
| nest | 嵌套 |
143
+ | nil-coalescing | 不译 |
141
144
| note | 注意 |
142
145
| opaque type | 不透明类型 |
143
146
| operator | 运算符 |
@@ -156,13 +159,16 @@ We extend our heartfelt thanks to all our contributors. You can find the [list o
156
159
| range | 区间 |
157
160
| raw value | 原始值 |
158
161
| runtime | 运行时 |
162
+ | scope | 作用域 |
159
163
| setter | 不翻译 |
160
164
| statement | 语句 |
161
165
| stored property | 存储属性 |
166
+ | string interpolation | 字符串插值 |
162
167
| structure | 结构体 |
163
168
| subscript | 下标 |
164
169
| ternary operator | 三元运算符 |
165
170
| tuple | 元组 |
171
+ | type alias | 类型别名 |
166
172
| type annotation | 类型注解 |
167
173
| type identifier | 类型标识符 |
168
174
| type property | 类型属性 |
You can’t perform that action at this time.
0 commit comments