Avatar
omochimetaru 6/14/2018 3:06 AM
@swiftbot struct Cat { var name: String? func nya() { if let name = name { print(name) } } }
🛠 1