Hacker News new | ask | show | jobs
by Arnavion 1949 days ago
`?` only helps if the thing you want to do on Err is return from the whole function. You can't use it for finer-grained break / continue / exit-from-current-block (until `try` blocks are stabilized).