slice_terminate
Declaration
slice_terminate :: fn (_v: Any)
Description
Release slice memory allocated by slice_init
call. For more information check out
slice_init
documentation page.
Arguments
_v
Allocated slice.
Declared in: memory.bl
slice_terminate :: fn (_v: Any)
Release slice memory allocated by slice_init
call. For more information check out
slice_init
documentation page.
_v
Allocated slice. Declared in: memory.bl