pub const fn is_ascii_go_identifier_start(character: char) -> bool
Returns whether character is accepted as an ASCII Go identifier start.
character