golang Bitwise 비트연산자
비트 연산자 Bitwise
& bitwise AND
| bitwise OR
^ bitwise XOR
&^ AND NOT
<< left shift
>> right shift
참고 : Bit Hacking with Go
& bitwise AND
| bitwise OR
^ bitwise XOR
&^ AND NOT
<< left shift
>> right shift
참고 : Bit Hacking with Go
Comments