[][src]Function bytemuck::pod_align_to

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

As align_to, but safe because of the Pod bound.