Function array_math::rsplit_ptr

source ·
pub const fn rsplit_ptr<T, const N: usize>(
    array: &[T; N],
    mid: usize
) -> (*const T, *const T)