|
|
|
|
|
by steveklabnik
2523 days ago
|
|
It depends; Rust is more concise than many languages, but it’s not always that concise. They are in this case because they’re only used once, below the match statement, and are abbreviated forms of the things they’re being assigned to. Type variables and lifetime names are often only one letter, though. |
|