vec_get

Function vec_get 

Source
pub fn vec_get<T>(ptr: *const Vec<T>, i: size_t) -> *const T