array_terminate :: fn (_arr: Any)
Release memory allocated by dynamic array. This function is supposed to be called when dynamic array is no longer needed. Passed dynamic array is set to default state also.
_arr Array to be terminated.
Declared in: array.bl