pub fn allocate_boxed_slice(cap: usize) -> Box<[u8]>
Expand description

Traditional allocation via creation of a filled Vec.