Join Slack
Powered by
`for (i in 0..1)` -> `infix fun <http://Int.in|...
# announcements
m
miha-x64
02/02/2017, 11:59 AM
for (i in 0..1)
->
infix fun <http://Int.in|Int.in>(range: IntRange): Iterator<Int>
|
UPD: that’s wrong.
i
will be accessible inside loop, this behavior can’t be achieved with a funciton.
Open in Slack
Previous
Next