.. _array_terminate: array_terminate =============== .. code-block:: bl array_terminate :: fn (_arr: Any) #inline 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. *Declared in: array.bl*