Is there any planned functionality to support opti...
# announcements
b
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.