pub fn aligned_slice<T: Default>(
capacity: usize,
alignment: PowerOfTwo,
) -> Result<AlignedSlice<T>, AllocatorError>Expand description
Create a new AlignedSlice with the given capacity and alignment
initialized to T::default()
pub fn aligned_slice<T: Default>(
capacity: usize,
alignment: PowerOfTwo,
) -> Result<AlignedSlice<T>, AllocatorError>Create a new AlignedSlice with the given capacity and alignment
initialized to T::default()