pub fn next_tab_stop(
col: usize,
width: usize,
tab_stops: &Option<Vec<usize>>,
) -> usizeExpand description
Next tab stop strictly greater than col, honoring explicit tab_stops
(with last-interval repetition past the final stop) or uniform width.