Function rs::util::cycle_count
source · [−]Expand description
Repeats all the items of the iterator forever, but returns the cycle number alongside. Inefficient due to all the vectors, but doesn’t have to be fast.
Repeats all the items of the iterator forever, but returns the cycle number alongside. Inefficient due to all the vectors, but doesn’t have to be fast.