one fable-low hijack cell
pair Rust / decay
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked Rust (first-offered)
· classifierA
· tiernone
response (200 chars)
# Array "Decay" in Rust — It Doesn't Happen
In C, arrays famously **decay** into pointers when passed to functions, losing their length information:
```c
void f(int arr[10]) { // actually just int*
neighbors