Hacker News new | ask | show | jobs
by steveklabnik 13 hours ago
Yes, it is pretty universally agreed upon that a ++ operator in Rust doesn’t make any sense. += 1 is barely longer, not special cased, and does not make users memorize odd precedence rules.