Edoardo Luppi
08/25/2023, 4:33 PM| 0
, especially when incrementing numbers in loops.
What's the theory behind that?
For reference, the Kotlin code is:
for (c in this) { // this is a String
val code = c.code
...
}
jw
08/25/2023, 4:52 PMjw
08/25/2023, 4:54 PMEdoardo Luppi
08/25/2023, 4:58 PMjw
08/25/2023, 5:01 PMArtem Kobzar
08/25/2023, 8:56 PMMath.imul
instead of the regular *