Join Slack
Powered by
is there any way to write classic `for int i = 0; ...
# getting-started
b
bts.rybicki
12/01/2016, 1:54 PM
is there any way to write classic
for int i = 0; i < xx.size; i += 2)
loop in kotlin? I know I can do
for(i in xx.indices)
but I would like to increase counter by two for every loop
2
Views
Open in Slack
Previous
Next