Function core::str::utf8_is_cont_byte
[−]
[src]
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
).