Hacker News new | ask | show | jobs
by throwaway234232 1439 days ago
This is a good use case for let-else, however I won't agree with you here on usage of unwrap for the sake of brevity. I will opt for `?` or match instead.