Function utf8_is_cont_byte
pub(in ::str) const fn utf8_is_cont_byte(byte: u8) -> bool
Checks whether the byte is a UTF-8 continuation byte (i.e., starts with the
bits 10).
utf8_is_cont_bytepub(in ::str) const fn utf8_is_cont_byte(byte: u8) -> bool
Checks whether the byte is a UTF-8 continuation byte (i.e., starts with the
bits 10).