Hacker News new | ask | show | jobs
by pklausler 3476 days ago
x -= N & -(x >= N);
1 comments

Ohh, nice, I get it now. Thanks a lot!