Function nstd_sys::vec::nstd_vec_as_slice_mut
source · #[no_mangle]
pub extern "C" fn nstd_vec_as_slice_mut(
vec: &mut NSTDVec
) -> NSTDSliceMutAvailable on crate feature
nstd_vec only.Expand description
Returns a slice containing all of a vector’s active elements.
Parameters:
NSTDVec *vec- The vector.
Returns
NSTDSliceMut slice - A mutable view into the vector.