voddan
val s = buildSequence { while(true) yieldAll(list) }
ilya.gorbunov
yieldAll
while (true)
fitzoh