Array (gb)

This class is the parent class of every Gambas array class.

This class is not creatable.

Properties
Bounds   Returns a virtual class representing the bounds of each array dimension.
Count   Returns the number of elements in the array.
Data   Returns a pointer to the array data.
Dim   Returns the number of dimensions of an array.
Empty   Return if the array is empty.
Length   Returns the number of elements in the array.
Max   Returns the greatest index of the array.
ReadOnly   Return or set if the array contents is read-only.
Type   Returns the type of data that can be put into the array.

Methods
Clear   Clears the array.
Remove   Removes one or more elements from the array.
Resize   Resizes the array.
Shuffle   Randomly shuffle the array using the Fisher–Yates algorithm.