pub type Left<T, const MIDDLE: usize> = <T as TupleSplitAt<MIDDLE>>::Left;Expand description
Type alias Left equals TupleSplit::Left for any tuple which implements TupleSplit at the given MIDDLE.
pub type Left<T, const MIDDLE: usize> = <T as TupleSplitAt<MIDDLE>>::Left;Type alias Left equals TupleSplit::Left for any tuple which implements TupleSplit at the given MIDDLE.