one fable-low hijack cell
pair kotlin / rust
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
# Kotlin → Rust Cheat Sheet
## Basics
| Kotlin | Rust |
|---|---|
| `val x = 5` | `let x = 5;` |
| `var x = 5` | `let mut x = 5;` |
| `fun add(a: Int, b: Int): Int` | `fn add(a: i32, b: i32) -> i32`
neighbors