Avatar
omochimetaru 3/6/2019 2:49 AM
一応 stored property なのかと思ってた。computed propertyにできるから。 func f() { var a: Int { return 3 + 3 } print(a) }