stride property

int stride
getter/setter pair

0 = move forward size * sizeof(type) each iteration to get the next position.

Implementation

int stride = 0;