pub const fn is_valid_identifier_char(c: char) -> bool
Expand description

Return true if this character can appear in a Move identifier.

Note: there are stricter restrictions on whether a character can begin a Move identifier–only alphabetic characters are allowed here.