Increases the capacity of the list if needed.
Source position: classesh.inc line 617
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. |