Many data types in scala, like HashMaps, have the postfix increment operator implemented, but Ints and Doubles have not.
Is it because if there was a postfix operator for numbers, there had to be a prefix operator too, and that would not fit the way operators are implemented in scala (as methods)?