更新内容到 Swift 5.5 (#1158)
* Advanced_Operators Swift 5.3 beata * feat: update Opaque Types Swift 5.5 * feat: update Properties Swift 5.5 * feat: update AdvancedOperators Swift 5.5 * fix: 根据校对意见修改 * feat: update Statements to Swift 5.5 * feat: [wip] experssion to Swift 5.5 * feat: update Expression to Swift 5.5 * feat: [wip] revision history to Swift 5.5 * feat: [wip] revision history to Swift 5.5 * feat: revision history to Swift 5.5 * fix: typo
This commit is contained in:
@ -85,7 +85,7 @@ sum = (try someThrowingFunction()) + anotherThrowingFunction()
|
||||
#### try-operator {#try-operator}
|
||||
> *try 运算符* → **try** | **try?** | **try!**
|
||||
|
||||
### Await 运算符
|
||||
### Await 运算符{#await-operators}
|
||||
|
||||
*await 表达式*由 `await` 运算符加上紧随其后的异步操作结果的表达式。形式如下:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user