Join Slack
Powered by
Yes. `"hello" as Int?` throws an exception. `"hell...
# getting-started
m
marstran
09/27/2017, 10:32 AM
Yes.
"hello" as Int?
throws an exception.
"hello" as? Int
returns null.
Open in Slack
Previous
Next