Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array according to a provided increment.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array using a provided increment.
Create an iterator which returns evenly spaced numbers according to a specified increment.
Create an iterator which returns numbers incremented by one.
Create an iterator which returns a sequence of numbers according to a specified increment.
Generate a linearly spaced numeric array whose elements increment by 1.