pub const fn split_tuple_into_left<L, T>(tuple: T) -> (L, T::Right)where L: Tuple, T: TupleSplitIntoLeft<L>,