one fable-low hijack cell
pair r / swift
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked r (first-offered)
· classifierA
· tiernone
response (200 chars)
In Swift, the `^` operator is the **bitwise XOR** operator — it is *not* exponentiation (which is what trips up many people coming from other languages).
## Bitwise XOR
```swift
let a = 5 // 01
neighbors