Skip to main content

last_range_begin_end

Function last_range_begin_end 

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

Looks for the last most range, if found returns an Option<(T,T)>.