1 comment

[ 3.9 ms ] story [ 19.4 ms ] thread

    function xor(x, y) {
        return (x + y - 2 \* and(x, y));
    }
TIL!