tuple_split

Type Alias Left

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