Skip to main content

is_go_reserved_word

Function is_go_reserved_word 

pub fn is_go_reserved_word(input: &str) -> bool
Expand description

Returns whether input is a Go keyword or common predeclared identifier.