Loops through the dimensions of a vector. Starts at zero, so keep in mind that the number of callbacks will be the dimension sizes +1;
Vector to traverse.
Callback for each step.
Step size (default: 1).
Loops through the dimensions of a vector. Starts at zero, so keep in mind that the number of callbacks will be the dimension sizes +1;