Function ansi_term::unstyled_len
source · pub fn unstyled_len(strs: &ANSIStrings<'_>) -> usize
Expand description
Return the unstyled length of ANSIStrings. This is equaivalent to unstyle(strs).len()
.
pub fn unstyled_len(strs: &ANSIStrings<'_>) -> usize
Return the unstyled length of ANSIStrings. This is equaivalent to unstyle(strs).len()
.