pub fn is_valid_identifier(name: impl Iterator<Item = char>) -> bool
Expand description

(internals) Is a text string a valid identifier? Exported under the internals feature only.