An alternate, 1-dimensional version of iota (and different API).
number of values to return
value between indices
value of the first index
1-dimensional slice composed of indices
assert(steppedIota!double(4, 0.3, 2.0) == [2.0, 2.3, 2.6, 2.9]);
See Implementation
An alternate, 1-dimensional version of iota (and different API).