one fable-low hijack cell
pair elixir / r
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
In Elixir, `^` is the **pin operator**. When used with a variable like `r`, you'd write `^r` — it tells Elixir to **match against the existing value** of `r` instead of rebinding it.
## Without the p
neighbors