Join Slack
Powered by
are `++i` and `i++` identical in Kotlin? both look...
# announcements
s
Shawn
10/06/2017, 3:51 AM
are
++i
and
i++
identical in Kotlin? both look supported, but if they both map to the same
inc()
implementation, do they also have the same semantics?
Open in Slack
Previous
Next