Function alloca::alloca

source ·
pub fn alloca<T, R>(f: impl FnOnce(&mut MaybeUninit<T>) -> R) -> R
Expand description

Allocates T on stack space.