devela::_dep::bytemuck

Function pod_align_to

pub fn pod_align_to<T, U>(vals: &[T]) -> (&[T], &[U], &[T]) 
where T: NoUninit, U: AnyBitPattern,
Available on crate feature dep_bytemuck only.
Expand description

As align_to, but safe because of the Pod bound.