Skip to main content

is_utf8_continuation_byte

Function is_utf8_continuation_byte 

Source
pub fn is_utf8_continuation_byte(ch: u8) -> bool
Expand description

\return true if this is a UTF-8 continuation byte, or in other words, this is a byte in the “middle” of a UTF-8 codepoint.