one fable-low hijack cell
pair c / swift
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
In both Swift and C, `^` is the **bitwise XOR (exclusive OR)** operator.
## How XOR works
Each bit of the result is `1` if the corresponding bits of the operands differ, `0` if they're the same:
```
neighbors