pub const fn is_valid_letter(c: u8) -> bool
Expand description

Determine if a character is a valid ASCII letter.