Avatar
Miwa / Ensan 7/8/2021 12:18 AM
ありがとうございます。ただ、以下のコードは動いていて、2回await xを書くとエラーになります。 struct Test { func test() async { async let x = 42 print(await x) } } (edited)