logoalt Hacker News

xigoilast Thursday at 8:06 AM0 repliesview on HN

Just some examples I thought of:

* Array types have completely different syntax from other generic types

* &mut T has a space between the qualifier and the type, &T doesn’t

* The syntax for anonymous functions is completely different from a function declaration