Function nstd_sys::vec::nstd_vec_len
source · #[no_mangle]
pub const extern "C" fn nstd_vec_len(vec: &NSTDVec<'_>) -> NSTDUIntAvailable on crate feature
vec only.Expand description
Returns the length of a vector.
Parameters:
const NSTDVec *vec- The vector.
Returns
NSTDUInt len - The length of the vector.