IntRange
Integer range used primarily for looping
Operations
GetStart
Gets the starting index
method : public : GetStart() ~ IntReturn
| Type | Description |
|---|---|
| Int | starting index |
New
Constructor.
New(start:Int, end:Int, step:Int)Parameters
| Name | Type | Description |
|---|---|---|
| start | Int | starting index |
| end | Int | ending index |
| step | Int | step by value |
New
Constructor.
New(start:Int, end:Int)Parameters
| Name | Type | Description |
|---|---|---|
| start | Int | starting index |
| end | Int | ending index |
SetEnd
Sets the ending index
method : public : SetEnd(end:Char) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| end | Char | ending index |
SetStart
Sets the starting index
method : public : SetStart(start:Char) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| start | Char | starting index |
SetStep
Sets the step value
method : public : SetStep(step:Char) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| step | Char | step value |