Join Slack
Powered by
I'd appreciate any pointers to where I can find th...
# announcements
e
edik
01/27/2018, 12:57 AM
I'd appreciate any pointers to where I can find the source for the inc() operator method call because it's semantics are definitely different from the pre/post increment ++ operator
o
orangy
01/27/2018, 1:02 AM
It’s intrinsic
orangy
01/27/2018, 1:02 AM
For primitive types
orangy
01/27/2018, 1:04 AM
https://github.com/JetBrains/kotlin/blob/1.2.20/core/builtins/native/kotlin/Primitives.kt#L523
6
Views
Open in Slack
Previous
Next