Skip to main content

display_width_with_tabs

Function display_width_with_tabs 

Source
pub fn display_width_with_tabs(s: &str, tab_width: usize) -> usize
Expand description

Total display columns a string occupies, expanding tabs to tab_width stops.