Hacker News new | ask | show | jobs
by marton78 2127 days ago
Why is branching a problem? Since `if` is now enabled in a const fn, it's trivial to rewrite && with & and if.
1 comments

`if` wasn't enabled before, so `&&` wasn't enabled. Now that `if` is enabled, `&&` now works too.