1 comment

[ 3.1 ms ] story [ 16.8 ms ] thread

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