Function jenga::place_raw [] [src]

pub unsafe fn place_raw<F, O, T>(count: usize, f: F) -> Result<O, PlaceError> where F: FnOnce(*mut T) -> O

this function will run the provided closure with pointer to uninitialized memory. drop is not called afterwards.