Iterator equivalent of seq.

iseq(from = 1L, to = Inf, by = 1L)

Arguments

from

The starting value of the sequence.

to

The value to stop at.

by

How much to increment at each step.

Value

a new iteror which will yield the sequence specified.