Skip to main content

SeqVecSlicePair

Type Alias SeqVecSlicePair 

Source
pub type SeqVecSlicePair<'a, T, E, B> = (SeqVecSlice<'a, T, E, B>, SeqVecSlice<'a, T, E, B>);
Expand description

Type alias for a tuple of two SeqVecSlice references.