Function nstd_sys::vec::nstd_vec_as_ptr
source · Available on crate feature
nstd_vec only.Expand description
Returns a pointer to a vector’s raw data.
Parameters:
const NSTDVec *vec- The vector.
Returns
NSTDAny ptr - A pointer to the vector’s raw data.