hudsonb
12/01/2018, 6:30 PMelizarov
12/01/2018, 7:18 PMilya.gorbunov
12/01/2018, 7:33 PMelizarov
12/01/2018, 7:36 PMelizarov
12/01/2018, 7:37 PMfun <T> Iterable<T>.cycle() = sequence { while(true) { yieldAll(this@cycle) } }
hudsonb
12/01/2018, 7:44 PM