R/current.R
current.Rd
An Iterator yields a variable every time yield_next() is called. Get the current value of that variable without changing the state of the Iterator.
Iterator
yield
yield_next()
current(iter)
An Iterator object
The current value of iter
iter