Steps through the range, calling a closure for each item. @param step the amount by which to step. If negative, steps through the range backwards. @param closure the Closure to call
(int step, Closure closure)
| 93 | * @param closure the {@link Closure} to call |
| 94 | */ |
| 95 | void step(int step, Closure closure); |
| 96 | |
| 97 | /** |
| 98 | * Forms a list by stepping through the range by the indicated interval. |
no outgoing calls