Avatar
omochimetaru 3/6/2019 2:46 AM
Opaque result types can also be used in stored properties that have an initializer, in which case the concrete type is the type of the initializer: let strings: some Collection = ["hello", "world"] (edited)
2:46 AM
letとかvarには書けるみたいですね。
2:47 AM
>「変数じゃなくてプロパティ」 プロパティではない変数というのはどういう意味ですか?