Y
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
kibwen
2127 days ago
`if` wasn't enabled before, so `&&` wasn't enabled. Now that `if` is enabled, `&&` now works too.
link