#[no_mangle]
pub extern "C" fn nstd_vec_as_ptr_mut(
    vec: &mut NSTDVec<'_>
) -> NSTDAnyMut
Available on crate feature vec only.
Expand description

Returns a pointer to a vector’s raw data.

Parameters:

  • NSTDVec *vec - The vector.

Returns

NSTDAnyMut ptr - A pointer to the vector’s raw data.