Designated initializer. Initializes the amount of storage, but the array remains empty.
*Usage
CLASS(FTMutableObjectArray) :: array
integer :: N = 11
CALL array % initWithSize(N)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self | ||||
integer | :: | arraySize |