nstd_vec_free

Function nstd_vec_free 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_vec_free(vec: NSTDVec<'_>)
Available on crate feature vec only.
Expand description

Frees an instance of NSTDVec.

ยงParameters:

  • NSTDVec vec - The vector to free.