Function nstd_sys::vec::nstd_vec_len

source ·
#[no_mangle]
pub extern "C" fn nstd_vec_len(vec: &NSTDVec) -> NSTDUInt
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.