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