Function utf8_char_width
#[must_use]
pub const fn utf8_char_width(b: u8) -> usize
Given a first byte, determines how many bytes are in this UTF-8 character.
utf8_char_width#[must_use]
pub const fn utf8_char_width(b: u8) -> usize
Given a first byte, determines how many bytes are in this UTF-8 character.