0
Assignment Difference.
What is the difference between the following two assignment? var a: Int? = 42 var a: Int = 42 (without "?")
1 Resposta
What is the difference between the following two assignment? var a: Int? = 42 var a: Int = 42 (without "?")