Function nstd_sys::vec::nstd_vec_free
source · #[no_mangle]
pub extern "C" fn nstd_vec_free(vec: NSTDVec)Available on crate feature
nstd_vec only.Expand description
Frees an instance of NSTDVec.
Parameters:
NSTDVec vec- The vector to free.
Panics
Panics if deallocating fails.