pub(crate) fn byte_len(s: &str) -> usize
Return the length of s in bytes.
s
This is a trivial wrapper to make it clear when we want bytes not codepoints.