NT_DisposeValueArray

Function NT_DisposeValueArray 

Source
pub unsafe extern "C" fn NT_DisposeValueArray(
    arr: *mut NT_Value,
    count: usize,
)
Expand description

Frees an array of NT_Values.

ยงParameters

  • arr: Pointer to the value array to free.
  • count: Number of elements in the array.

Note that the individual NT_Values in the array should NOT be freed before calling this. This function will free all the values individually.