Hacker News new | ask | show | jobs
by colejohnson66 2015 days ago
Why use `if let None = file` instead of `if file.is_none()`?