one fable-low hijack cell
pair rust / typescript
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked rust (first-offered)
· classifierA
· tiernone
response (200 chars)
# TypeScript → Rust Quick Mapping
## Types
| TypeScript | Rust |
|---|---|
| `string` | `String` / `&str` |
| `number` | `i32`, `i64`, `f64`, ... |
| `boolean` | `bool` |
| `T[]` / `Array<T>` | `Vec
neighbors