unicharIswide
fn
bool unicharIswide(dchar c)Determines if a character is typically rendered in a double-width cell.
Parameters
c | a Unicode character |
Returns
true if the character is wide
bool unicharIswide(dchar c)Determines if a character is typically rendered in a double-width cell.
c | a Unicode character |