xenoterracide
03/20/2019, 5:47 PMfred.deschenes
03/20/2019, 5:57 PMian.shaun.thomas
03/20/2019, 5:58 PMxenoterracide
03/20/2019, 6:01 PMilya.gorbunov
03/20/2019, 6:01 PMian.shaun.thomas
03/20/2019, 6:02 PMr4zzz4k
03/20/2019, 6:47 PMIntRange
and `IntProgression.step(Int)`:
(0..10 step 3).map { it * 2 }.forEach { println(it) }
. Not as generic as generateSequence
, but may be of use.benleggiero
03/20/2019, 11:27 PMxenoterracide
03/21/2019, 4:39 PMbenleggiero
03/22/2019, 11:36 PM