Function replace_ascii
pub(in ::str) unsafe fn replace_ascii(utf8_bytes: &[u8], from: u8, to: u8) -> String
Faster implementation of string replacement for ASCII to ASCII cases. Should produce fast vectorized code.
replace_asciipub(in ::str) unsafe fn replace_ascii(utf8_bytes: &[u8], from: u8, to: u8) -> String
Faster implementation of string replacement for ASCII to ASCII cases. Should produce fast vectorized code.