Class Array
The Array type is a fundamental monkey type used to represent array values.
More...
Properties: |
|
Methods: |
- Resize : Void[] ( newLength:Int )
|
Detailed Discussion
The Array type is a fundamental monkey type used to represent array values.
Please see the Types section of the Monkey language reference for more information on the array type.
Property Documentation
Method Length : Int () Property
Returns the number of elements contained in the array.
Method Documentation
Method Resize : Void[] ( newLength:Int )
Returns a copy of this array, resized to newLength.