Function presser::make_stack_slab

source ·
pub fn make_stack_slab<T, const N: usize>() -> [MaybeUninit<T>; N]
Expand description

Make a [MaybeUninit<T>; N] on the stack, which implements Slab and can therefore be used with many of the helpers provided by this crate.