pod_align_to_mut

Function pod_align_to_mut 

Source
pub fn pod_align_to_mut<T, U>(vals: &mut [T]) -> (&mut [T], &mut [U], &mut [T])
Expand description

As align_to_mut, but safe because of the Pod bound.