Moreover, quite often you just need an iterator an...
# coroutines
e
Moreover, quite often you just need an iterator and calling
val it = xxx { … }.iterator()
is quite ugly, so there’s a
buildIterator
, too