Remove an object at the index indx
*Usage
CLASS(FTMutableObjectArray) :: array
INTEGER :: indx
CALL array % removeObjectAtIndex(indx)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self | ||||
integer | :: | indx |