The private property of the generic type variable `Step` indicates the range step
Last updated 1 year ago
Was this helpful?
#step
The private property of the generic type variable indicates the range step. It's used to return the entire range, get the step of the range value, and change the range value.
#step: Step;
Step