It also doesn't have throw/try/catch. If a function can fail, it returns a Result and you have to deal with the failure case explicitly.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It also doesn't have throw/try/catch. If a function can fail, it returns a Result and you have to deal with the failure case explicitly.