Function core::str::validations::utf8_acc_cont_byte
source · const fn utf8_acc_cont_byte(ch: u32, byte: u8) -> u32
Expand description
Returns the value of ch
updated with continuation byte byte
.
const fn utf8_acc_cont_byte(ch: u32, byte: u8) -> u32
Returns the value of ch
updated with continuation byte byte
.