IntRange
Integer range used primarily for looping
Operations
GetStart
Gets the starting index
method : public : GetStart() ~ Int
Return
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) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
end | Char | ending index |
SetStart
Sets the starting index
method : public : SetStart(start:Char) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
start | Char | starting index |
SetStep
Sets the step value
method : public : SetStep(step:Char) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
step | Char | step value |