How can I “restart” a dataset, or reset it’s enumerator state, so I can reuse it again?
Datasets have no state: you can start iterating a dataset, stop, and restart iterating and it will start from the beginning.
How can I “restart” a dataset, or reset it’s enumerator state, so I can reuse it again?
Datasets have no state: you can start iterating a dataset, stop, and restart iterating and it will start from the beginning.