Creates an infinite iterator that returns numbers starting from start with step added to each iteration.
start
step
The number to start from (default: 0).
The number to add to each iteration (default: 1)
Creates an infinite iterator that returns numbers starting from
start
withstep
added to each iteration.