[][src]Function lokacore::pod_align_to_mut

pub fn pod_align_to_mut<T, U>(vals: &mut [T]) -> (&mut [T], &mut [U], &mut [T]) where
    T: Pod,
    U: Pod

As align_to_mut, but safe because of the Pod bound.