https://kotlinlang.org logo
a

arekolek

07/13/2018, 1:35 PM
why
++x
(or
x++
, whatever) is not the same as
x.inc()
for
var x: Int
?