pub const fn into_rotate_right<T, const N: usize>(
    array: [T; N],
    n: usize
) -> [T; N]