to_primitive_vec

Function to_primitive_vec 

Source
pub unsafe fn to_primitive_vec<T, U>(iter: impl Iterator<Item = T>) -> *mut U
where Vec<U>: FromIterator<T>,
Expand description

ยงSafety