Skip to main content

uninit_vec

Function uninit_vec 

Source
pub unsafe fn uninit_vec<T>(len: usize) -> Vec<T>
Expand description

§Safety

The caller must ensure that the vector is initialized before use.