stop_iteration {itertools2} | R Documentation |
Returns TRUE
if the object
resulted from a StopIteration
exception when nextElem
is called, and FALSE
otherwise.
stop_iteration(object)
object |
an R object |
TRUE
if object
resulted from a StopIteration
exception. Otherwise, FALSE
.