range start (number), finish (number), step_size (number)
Create a new ring buffer from the range arguments (start, finish and step size). Step size defaults to 1
. Indexes wrap around positively and negatively
Introduced in v2.2
# Example 1 | |
|
|
# Example 2 | |
|
|
# Example 3 | |
|
|
# Example 4 | |
|
|
# Example 5 | |
|
|