更新内容到 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:
DanziChen
2021-07-19 22:53:44 +08:00
committed by GitHub
parent b4f1d398ea
commit deff7fe8b9
3 changed files with 39 additions and 2 deletions

View File

@ -85,7 +85,7 @@ sum = (try someThrowingFunction()) + anotherThrowingFunction()
#### try-operator {#try-operator}
> *try 运算符* → **try** | **try?** | **try!**
### Await 运算符
### Await 运算符{#await-operators}
*await 表达式*由 `await` 运算符加上紧随其后的异步操作结果的表达式。形式如下: