Skip to main content

reduce_back

Function reduce_back 

Source
pub fn reduce_back<T, C: CpCmp<T>, R: GetBeginEnd<T>>(
    begin: &T,
    end: &T,
    src: &[R],
    t: &C,
) -> (T, T)
Expand description

Given the current begin and end, returns the smallest back range from src.