[][src]Function lokacore::pod_align_to

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

As align_to, but safe because of the Pod bound.