remove_alignment_allocator

Function remove_alignment_allocator 

Source
pub fn remove_alignment_allocator<I: Pod, O: Pod, A: Allocator>(
    input: Vec<O, AlignmentCorrectorAllocator<I, O, A>>,
) -> Result<Vec<O, A>, Vec<O, AlignmentCorrectorAllocator<I, O, A>>>
Expand description

Removes AlignmentCorrectorAllocators after they’ve been realloced.