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