how about `buildSequence { forEach { yield(it) } }...
# coroutines
j
how about
buildSequence { forEach { yield(it) } }
?