pub fn uninit<T, F, R>(f: F) -> Rwhere
F: FnOnce(&mut MaybeUninit<T>) -> R,
Expand description
Place a potentially very large value on the threadlocal second stack.
pub fn uninit<T, F, R>(f: F) -> Rwhere
F: FnOnce(&mut MaybeUninit<T>) -> R,
Place a potentially very large value on the threadlocal second stack.