pub fn constant_value_name(input: &str) -> ParseResult<'_, String>
Expand description

constant_value_name = @ ( upper ) { upper | digit } .