iter_deepcopy {itertools2} | R Documentation |
This function is useful when an iterator needs to be copied with a new
state
environment.
iter_deepcopy(iterator)
iterator |
an iterator object that inherits from class 'iter' |
a new iterator with its own state