Avatar
run があるとクロージャ代わりになるのは便利ですね。 let foo = { ... return Foo(...) }() let foo = run { ... return Foo(...) }