Join Slack
Powered by
<@U10EJRH2L> commented on <@U0F3291QE>’s file <htt...
# tornadofx
u
user
05/05/2017, 3:57 PM
@Ruckus
commented on
@edvin
’s file
https://kotlinlang.slack.com/files/U0F3291QE/F58MH8VGQ/-.kt
: Shouldn't you have used
Copy code
for(index in 0..anchors.length) { ... }
instead of
Copy code
IntRange(0, anchors.length).forEach { index -> ... }
to allow the compiler to optimize the for loop?
-.kt
2
Views
Open in Slack
Previous
Next