[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Increases the capacity of the list if needed.
Expand increases the capacity of the list if the current element count matches the current list capacity.
The capacity is increased according to the following algorithm:
The return value is Self.
|
Current capacity (i.e. number of pointers that can be stored) of the list. |