one fable-low hijack cell
pair Rust / decay
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked decay (second-offered)
· classifierB
· tiernone
response (200 chars)
# "Decay" in Rust
In C/C++, arrays famously **decay** into pointers (`int[5]` → `int*`), losing length information. **Rust has no implicit array decay** — but it has related, *safe* mechanisms worth
neighbors