Does compiler make optimizations for ```for(a in a...
# compiler
p
Does compiler make optimizations for
Copy code
for(a in arr.withIndex())
?
👌 2