Cerberus X Documentation

Class Array

The Array type is a fundamental cerberus type used to represent array values. More...

Declarations

Properties
Length : Int () Returns the number of elements contained in the array.
Methods
Resize : Void[] ( newLength:Int ) Returns a copy of this array, resized to newLength.

Detailed Discussion

The Array type is a fundamental cerberus type used to represent array values.

Please see the Types section of the cerberus language reference for more information on the array type.


Properties Documentation

Method Length : Int () Property

Returns the number of elements contained in the array.


Methods Documentation

Method Resize : Void[] ( newLength:Int )

Returns a copy of this array, resized to newLength.

Params:

newLength - new array length.