pub(crate) fn first_char(s: &str) -> char
Return the first codepoint of a string.
Panics if the string is empty.