☰
In core::str::validations
Constants
CONT_MASK
NONASCII_MASK
UTF8_CHAR_WIDTH
Functions
contains_nonascii
next_code_point
next_code_point_reverse
run_utf8_validation
utf8_acc_cont_byte
utf8_char_width
utf8_first_byte
utf8_is_cont_byte
?
Constant
core
::
str
::
validations
::
CONT_MASK
source
·
[
−
]
const CONT_MASK:
u8
= 0b0011_1111;
Expand description
Mask of the value bits of a continuation byte.