Avatar
無を生成するコード
8:28 AM
func nop() { } typealias Setup = () -> Void class X { lazy var setup: Setup = { // 1回だけ return nop }() } 少し見た目をマシにしてみた
😇 2