Avatar
catch があってもいいよ。 try したくなるかもしれないし。
6:57 AM
final class Foo { let x: X = do { ... try ... ... then x } catch { ... then x } } (edited)