kirillrakhman
02/15/2017, 9:58 AMThese operations are supposed to change their receiver and (optionally) return a value.
inc()/dec() shouldn't mutate the receiver object.
By "changing the receiver" we mean the receiver-variable, not the receiver object.is supposed to mean