Function nstd_sys::vec::nstd_vec_stride
source · Available on crate feature
nstd_vec only.Expand description
Returns the amount of bytes each value in a vector occupies.
Parameters:
const NSTDVec *vec- The vector.
Returns
NSTDUInt stride - The size of each value in the vector.