Avatar
omochimetaru 7/26/2023 6:58 AM
@koher if式が要らなくて let foo: Foo if cond { foo = .. } で十分と感じているなら let foo: Foo do { foo = ... } と書いても十分ではないのですか?