Skip to main content

next_smallest_range

Function next_smallest_range 

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