[][src]Macro bump_into::space

macro_rules! space {
    ($capacity:expr) => { ... };
}

Creates an uninitialized array of MaybeUninit<u8> on the stack, suitable for taking a slice of to pass into BumpInto::new.