Function outmove_common::types::identifier::is_valid_identifier_char[][src]

pub fn is_valid_identifier_char(c: char) -> bool

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.