Join Slack
Powered by
What's the difference between: ``` val aInt: Int?...
# getting-started
j
janvladimirmostert
09/27/2017, 10:24 AM
What's the difference between:
Copy code
val aInt: Int? = a as? Int
and
Copy code
val aInt: Int? = a as Int?
3
Views
Open in Slack
Previous
Next