Hacker News new | ask | show | jobs
by wvenable 5183 days ago
Actually yes because the error gets generated anyway (and that is slow) and then it's just suppressed at the last moment.

You'd probably be better off creating a function to do what you want succinctly rather than using the suppression operator.