forked from blitz-research/monkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Class monkey.lang.Array
Leonard Thieu edited this page Aug 23, 2019
·
2 revisions
The Array type is a fundamental monkey type used to represent array values.
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.
Method Length : Int ()
Returns the number of elements contained in the array.
Returns a copy of this array, resized to newLength.
- Home
- Tutorials
- Samples
- API Reference
- Programming
- Target SDKs
- Tools
- Links
- Credits