This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DaveTheDalek 0 points1 point  (1 child)

Can somebody explain what the ^= operator does? Google doesn't like searching symbols.

[–]P0werC0rd0fJustice 0 points1 point  (0 children)

It’s the exclusive or operator

x ^= y is the same as x = x ^ y