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