nstd_vec_len

Function nstd_vec_len 

Source
#[unsafe(no_mangle)]
pub const extern "C" fn nstd_vec_len(vec: &NSTDVec<'_>) -> NSTDUInt
Available 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.