Function nstd_sys::vec::nstd_vec_len
source · Available on crate feature
nstd_vec only.Expand description
Returns the length of a vector.
Parameters:
const NSTDVec *vec- The vector.
Returns
NSTDUInt len - The length of the vector.