pub fn pod_align_to<T, U>(vals: &[T]) -> (&[T], &[U], &[T]) ⓘwhere T: NoUninit, U: AnyBitPattern,
dep_bytemuck
As align_to, but safe because of the Pod bound.
align_to
Pod