Skip to main content

next_tab_stop

Function next_tab_stop 

Source
pub fn next_tab_stop(
    col: usize,
    width: usize,
    tab_stops: &Option<Vec<usize>>,
) -> usize
Expand description

Next tab stop strictly greater than col, honoring explicit tab_stops (with last-interval repetition past the final stop) or uniform width.