pub(super) const fn utf8_is_cont_byte(byte: u8) -> bool
Expand description

Checks whether the byte is a UTF-8 continuation byte (i.e., starts with the bits 10).