pub const fn into_shift_many_right<T, const N: usize, const M: usize>(
    array: [T; N],
    items: [T; M]
) -> ([T; N], [T; M])