Skip to main content

previous_smallest_range

Function previous_smallest_range 

Source
pub fn previous_smallest_range<T, V, C: IncDecCpCmp<T, V>, R: GetBeginEnd<T>>(
    begin: &T,
    end: &T,
    src: &[R],
    step: &V,
    t: &C,
) -> (T, T)
Expand description

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