pub fn grapheme_width_uncached(grapheme: &str) -> usizeExpand description
Width of a non-ASCII grapheme cluster, computed from the Unicode
tables every time (the cached path in grapheme_width wraps this).
pub fn grapheme_width_uncached(grapheme: &str) -> usizeWidth of a non-ASCII grapheme cluster, computed from the Unicode
tables every time (the cached path in grapheme_width wraps this).