Name destroy_sparse_array
Definition destroy_sparse_array(V:var(sparse_array(T:type))) : expr(void)
Defined in sparray.l
Implementation builtin
Description Destroy a sparse array. Sparse arrays should be destroyed by calling this function before they go out of scope to free the memory that they use.
See Also sparse_array, init_sparse_array, [].