Skip to content

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.

Properties

Methods

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 ()

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.

Clone this wiki locally