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