Destructor that frees the memory of the object ExtendableArray.
ExtendableArray
pure function destructor input ExtendableArray table; end destructor;
freeArray.c
free(table->n)
n
int