The result type returned from calls to Each.next()
The value provided by the source being iterated
A suspend callback that must be yield-ed before the next call to the iterator's .next() method. (That is, you must yield next it exactly once per loop pass. See each() for more details.)
yield
yield next
The result type returned from calls to Each.next()