Join Slack
Powered by
Is there any planned functionality to support opti...
# announcements
b
brianwernick
12/21/2016, 8:44 PM
Is there any planned functionality to support optional try's? e.g. in Swift you can do
val result = try? someOpThatCanError()
and have null returned instead of an error thrown.
Open in Slack
Previous
Next