array_terminate

Declaration

array_terminate :: fn (_arr: Any)

Description

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.

Arguments

  • _arr Array to be terminated.

Declared in: array.bl