Skip to main content

is_ascii_python_identifier_start

Function is_ascii_python_identifier_start 

Source
pub const fn is_ascii_python_identifier_start(character: char) -> bool
Expand description

Returns whether character is accepted as an ASCII Python identifier start.