Skip to main content

grapheme_width_uncached

Function grapheme_width_uncached 

Source
pub fn grapheme_width_uncached(grapheme: &str) -> usize
Expand description

Width of a non-ASCII grapheme cluster, computed from the Unicode tables every time (the cached path in grapheme_width wraps this).