Avatar
func undefined<T>() -> T { fatalError() } class Foo { lazy var foo: Int = undefined() }
6:06 AM
これね