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