Package | Description |
---|---|
gololang |
Provides the top-level Golo support classes.
|
Modifier and Type | Method and Description |
---|---|
Range<T> |
Range.decrementBy(int value)
Sets the negative increment of the range.
|
Range<T> |
Range.incrementBy(int value)
Sets the increment of the range.
|
Range<T> |
Range.reversed()
Creates a new reversed range from this range.
|