tuple_split

Type Alias Right

Source
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.